File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 21
21
) ;
22
22
}
23
23
24
- // $(document).foundation();
24
+ $ ( document ) . foundation ( ) ;
25
25
26
26
} ) ( this ) ;
Original file line number Diff line number Diff line change 1
1
<% layout ( ' layout' ) - %>
2
2
3
- <% script ( ' /bower_components/foundation/js/foundation.min.js' ) %>
4
- <% script ( ' /bower_components/foundation/js/foundation/foundation.clearing.js' ) %>
5
- <% block ( ' scripts' , ' <script>$(document).foundation()</script>' ) %>
6
-
7
3
<main id =" main-content" >
8
4
<div class =" row" id =" album" >
9
5
<div class =" small-12 columns" >
Original file line number Diff line number Diff line change 83
83
</footer >
84
84
85
85
<script src =" /bower_components/jquery/jquery.min.js" ></script >
86
+ <script src =" /bower_components/foundation/js/foundation.min.js" ></script >
87
+ <script src =" /bower_components/foundation/js/foundation/foundation.clearing.js" ></script >
86
88
<script src =" /js/app.js" ></script >
87
- <script src =" /js/home.js" ></script >
88
89
<% - scripts %>
89
90
</body >
90
91
</html >
You can’t perform that action at this time.
0 commit comments