Răsfoiți Sursa

more calendar popup work

causefx 8 ani în urmă
părinte
comite
c5d20beb84
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 ?