Skip to content

Commit 88f354e

Browse files
committed
Animation Under All Tabs are Working
Highlighting animation are working under all tabs on navigation between different tabs. Fixes #295
1 parent 2759b0f commit 88f354e

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

partials/tabs/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,4 @@ <h2 class="fine center">about</h2>
128128
$(document).ready(function(){
129129
$('ul.tabs').tabs();
130130
});
131-
132131
</script>

partials/tabs/coalaonline.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

partials/tabs/getinvolved.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

partials/tabs/home.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

partials/tabs/languages.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
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

0 commit comments

Comments
 (0)