diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-04-24 22:05:26 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-04-24 22:05:26 -0400 |
commit | 2a062f7a34e6c499006bb8e5271f16f8241fa36f (patch) | |
tree | 731f5b50c3f6c0078eeac6d9be54096d0adf0280 /swatchmaker/test/test.html | |
parent | 787116eba4f81940df59cb9dc90b4e30b3c88484 (diff) |
use jquery.smooth-scroll.js on swatchmaker
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> |