Skip to content

Commit 0c4db0d

Browse files
committed
Try to make initialisation fail proof
1 parent 4c5ebd6 commit 0c4db0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
$(document).ready(function(){
1+
(function(){
22
$(".button-collapse").sideNav();
3-
});
3+
})();

0 commit comments

Comments
 (0)