diff --git a/_site/js/script.js b/_site/js/script.js index 0cdc4e03..e36c7203 100644 --- a/_site/js/script.js +++ b/_site/js/script.js @@ -1,7 +1,5 @@ - \ No newline at end of file +$(document).ready(function(){ + // Activate the side menu + $(".button-collapse").sideNav(); + $('.carousel').carousel(); +}); diff --git a/js/script.js b/js/script.js index 0cdc4e03..e36c7203 100644 --- a/js/script.js +++ b/js/script.js @@ -1,7 +1,5 @@ - \ No newline at end of file +$(document).ready(function(){ + // Activate the side menu + $(".button-collapse").sideNav(); + $('.carousel').carousel(); +});