mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 03:49:10 -04:00
Add Material Design for Public and Admin
This commit is contained in:
1
public/assets/js/calendar/calendar.js
vendored
1
public/assets/js/calendar/calendar.js
vendored
@@ -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