diff --git a/public/js/calendar.js b/public/js/calendar.js index baca88e2..4a0ea46a 100644 --- a/public/js/calendar.js +++ b/public/js/calendar.js @@ -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(); }); } diff --git a/resources/views/admin/article/index.blade.php b/resources/views/admin/article/index.blade.php index 7ea11e73..95a9810f 100644 --- a/resources/views/admin/article/index.blade.php +++ b/resources/views/admin/article/index.blade.php @@ -10,7 +10,7 @@