Browse Source

more calendar popup work

causefx 8 years ago
parent
commit
c5d20beb84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/bower_components/calendar/dist/fullcalendar.js

+ 1 - 1
plugins/bower_components/calendar/dist/fullcalendar.js

@@ -6678,7 +6678,7 @@ DayGrid.mixin({
 
 		return '<a class="inline-popups ' + classes.join(' ') + '"' +
 				(event.id ?
-					' target="_blank" data-effect="mfp-zoom-out" data-target="'+ htmlEscape(event.id) +'" data-details="'+htmlEscape(detailsJSON) +'" href="#' + htmlEscape(event.id) + '"' :
+					' data-effect="mfp-zoom-out" data-target="'+ htmlEscape(event.id) +'" data-details="'+htmlEscape(detailsJSON) +'" data-mfp-src="#' + htmlEscape(event.id) + '"' :
 					''
 					) +
 				(skinCss ?