diff options
Diffstat (limited to 'swatchmaker/test/test.html')
-rwxr-xr-x | swatchmaker/test/test.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swatchmaker/test/test.html b/swatchmaker/test/test.html index 1ab58e36..25a3f05d 100755 --- a/swatchmaker/test/test.html +++ b/swatchmaker/test/test.html @@ -18,7 +18,7 @@ </head> - <body class="preview" data-spy="scroll" data-target=".subnav" data-offset="80"> + <body id="top" class="preview" data-spy="scroll" data-target=".subnav" data-offset="80"> <script src="http://bootswatch.com/js/bsa.js"></script> @@ -848,7 +848,7 @@ <!-- Footer ================================================== --> <footer class="footer"> - <p class="pull-right"><a href="#">Back to top</a></p> + <p class="pull-right"><a href="#top">Back to top</a></p> </footer> </div><!-- /container --> @@ -873,7 +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="application.js"></script> + <script src="bootswatch.js"></script> </body> |