diff options
Diffstat (limited to 'swatchmaker/test/test.html')
-rwxr-xr-x | swatchmaker/test/test.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swatchmaker/test/test.html b/swatchmaker/test/test.html index 63b0b497..eaeee29e 100755 --- a/swatchmaker/test/test.html +++ b/swatchmaker/test/test.html @@ -696,7 +696,7 @@ <ul class="nav nav-tabs"> <li class="active"><a href="#A" data-toggle="tab">Section 1</a></li> <li><a href="#B" data-toggle="tab">Section 2</a></li> - <li><a href="#C" data-toggle="tab">Section 3</a></li> + <li class="disabled"><a href="#C" data-toggle="tab">Section 3</a></li> </ul> <div class="tabbable"> <div class="tab-content"> @@ -873,6 +873,7 @@ <script src="../bootstrap/docs/assets/js/bootstrap-carousel.js"></script> <script src="../bootstrap/docs/assets/js/bootstrap-typeahead.js"></script> <script src="../bootstrap/docs/assets/js/bootstrap-affix.js"></script> + <script src="jquery.smooth-scroll.min.js"></script> <script src="bootswatch.js"></script> |