diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:50:03 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:50:03 -0500 |
commit | c5329064b239364b9001e76981d842ed0d5c2544 (patch) | |
tree | 86797cac75d1bfb358591fd0db6faae20272dd3e | |
parent | 9a5e44192fdbae8523d62a9303975c55e24ba159 (diff) |
fixed navbar script
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | js/bootswatch.js | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -42,10 +42,7 @@ </a> <a class="brand" href="./">Bootswatch</a> <div class="nav-collapse"> - <ul class="nav"> - <li><a id="swatch-link" href="#swatches">Gallery</a></li> - </ul> </div><!--/.nav-collapse --> </div> </div> diff --git a/js/bootswatch.js b/js/bootswatch.js index 8789d337..cdfe2325 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -1,5 +1,5 @@ var menu = '<ul class="nav"> \ - <li><a id="swatch-link" href="#swatches">The Swatches</a></li> \ + <li><a id="swatch-link" href="#swatches">Gallery</a></li> \ <li class="dropdown"> \ <a class="dropdown-toggle" data-toggle="dropdown" href="#">Preview <b class="caret"></b></a> \ <ul class="dropdown-menu"> \ |