This commit is contained in:
Mathieu Lagace
2019-09-17 21:40:55 -04:00
parent b24f0baddb
commit 2eabeb4205
7 changed files with 52 additions and 24 deletions

View File

@@ -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();
});
}