mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Big Calendar/Schedule update
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
events: '/api/schedule/events',
|
||||
eventClick: function(info) {
|
||||
console.log(info.event.id)
|
||||
$.get( "/api/schedule/events/" + info.event.id + "/"+ info.event.extendedProps.extraParams.db_type + "/modal", function( data ) {
|
||||
$.get( "/api/schedule/events/modal/" + info.event.id + "/"+ info.event.extendedProps.extraParams.db_type, function( data ) {
|
||||
$( "#modal-content" ).html( data );
|
||||
});
|
||||
$('#schedulemodal').modal('toggle')
|
||||
|
||||
Reference in New Issue
Block a user