File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1616 </ footer >
1717 < script src ="//code.jquery.com/jquery-2.2.4.min.js " integrity ="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44= " crossorigin ="anonymous "> </ script >
1818 < script src ="//cdnjs.cloudflare.com/ajax/libs/materialize/0.99.0/js/materialize.min.js "> </ script >
19- < script src ="{{site.baseurl}}/assets/js/main.js "> </ script >
2019 {% for js in layout.js %}
2120 {% if js contains "//" %}
2221 < script src ="{{js}} "> </ script >
3938 ga ( 'send' , 'pageview' ) ;
4039 </ script >
4140 {% endif %}
41+ < script src ="{{site.baseurl}}/assets/js/main.js "> </ script >
4242 </ body>
4343</ html>
Original file line number Diff line number Diff line change 1- ( function ( ) {
2- $ ( ".button-collapse" ) . sideNav ( ) ;
3- } ) ( ) ;
1+ ( function ( $ ) {
2+ $ ( function ( ) {
3+ $ ( ".button-collapse" ) . sideNav ( ) ;
4+ } ) ;
5+ } ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments