mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-14 20:28:25 -04:00
Add Material Design for Public and Admin
This commit is contained in:
-1
@@ -24,7 +24,6 @@ function openCalendar(btnDate)
|
||||
var calendarModal = $('.modal-content');
|
||||
$.post('/api/calendar/loadDay?api_token='+api_token, { date: btnDate } , function(data) {
|
||||
calendarModal.replaceWith(data);
|
||||
console.log('Test');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user