File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -128,5 +128,4 @@ <h2 class="fine center">about</h2>
128128$ ( document ) . ready ( function ( ) {
129129 $ ( 'ul.tabs' ) . tabs ( ) ;
130130} ) ;
131-
132131</ script >
Original file line number Diff line number Diff line change @@ -274,3 +274,8 @@ <h6 class="uppercase"><strong><span class="lowercase">c</span>OAFILE</strong></h
274274 </ div >
275275 </ div >
276276</ div >
277+ < script >
278+ $ ( document ) . ready ( function ( ) {
279+ $ ( 'ul.tabs' ) . tabs ( ) ;
280+ } ) ;
281+ </ script >
Original file line number Diff line number Diff line change @@ -77,3 +77,8 @@ <h4 class="light center">We’d love to share a bar of chocolate with you!
7777 </ div >
7878</ div >
7979</ section >
80+ < script >
81+ $ ( document ) . ready ( function ( ) {
82+ $ ( 'ul.tabs' ) . tabs ( ) ;
83+ } ) ;
84+ </ script >
Original file line number Diff line number Diff line change @@ -131,3 +131,8 @@ <h2 class="fine">get started</div>
131131 </ div >
132132 </ div >
133133</ section >
134+ < script >
135+ $ ( document ) . ready ( function ( ) {
136+ $ ( 'ul.tabs' ) . tabs ( ) ;
137+ } ) ;
138+ </ script >
Original file line number Diff line number Diff line change 200200
201201< script >
202202 $ ( document ) . ready ( function ( ) {
203+ $ ( 'ul.tabs' ) . tabs ( ) ;
203204 $ ( '.modal' ) . modal ( {
204205 dismissible : true , // Modal can be dismissed by clicking outside of the modal
205206 opacity : 0.8 , // Opacity of modal background
You can’t perform that action at this time.
0 commit comments