mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.4
This commit is contained in:
1
public/js/calendar.js
vendored
1
public/js/calendar.js
vendored
@@ -45,6 +45,7 @@ function switchType(date) {
|
||||
$.get( "/api/schedule/events/add/modal/"+selectInput.val()+"/"+date+"?api_token="+api_token, function( data ) {
|
||||
$( "#container" ).html( data );
|
||||
console.log( "Loading defaut value for activity type ("+selectInput.val()+")" );
|
||||
$('select').selectpicker();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user