Explorar el Código

more calendar popup work

causefx hace 8 años
padre
commit
c5d20beb84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(' ') + '"' +
 		return '<a class="inline-popups ' + classes.join(' ') + '"' +
 				(event.id ?
 				(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 ?
 				(skinCss ?