summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-20 20:50:03 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-20 20:50:03 -0500
commitc5329064b239364b9001e76981d842ed0d5c2544 (patch)
tree86797cac75d1bfb358591fd0db6faae20272dd3e
parent9a5e44192fdbae8523d62a9303975c55e24ba159 (diff)
fixed navbar script
-rw-r--r--index.html3
-rw-r--r--js/bootswatch.js2
2 files changed, 1 insertions, 4 deletions
diff --git a/index.html b/index.html
index 48b1324c..a6a6862a 100644
--- a/index.html
+++ b/index.html
@@ -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"> \