mirror of
https://github.com/itflow-org/itflow
synced 2026-09-02 21:05:13 +00:00
Theme Fixes for adminlte 4
This commit is contained in:
@@ -194,7 +194,7 @@ while ($row = mysqli_fetch_assoc($sql)) {
|
||||
allDayToggle.checked = true;
|
||||
$(allDayToggle).trigger("change");
|
||||
}
|
||||
$("#addCalendarEventModal").modal();
|
||||
bootstrap.Modal.getOrCreateInstance(document.getElementById('addCalendarEventModal')).show();
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -274,7 +274,7 @@ while ($row = mysqli_fetch_assoc($sql)) {
|
||||
}
|
||||
|
||||
calendar.unselect();
|
||||
$("#addCalendarEventModal").modal();
|
||||
bootstrap.Modal.getOrCreateInstance(document.getElementById('addCalendarEventModal')).show();
|
||||
},
|
||||
eventClick: function(editEvent) {
|
||||
var eventId = editEvent.event.id;
|
||||
|
||||
Reference in New Issue
Block a user