diff options
| author | Mark Otto <[email protected]> | 2013-06-13 13:41:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-13 13:41:23 -0700 |
| commit | ecf9b020ddf415c4a703cf5f6c80e671eaf3e422 (patch) | |
| tree | c1b18b5c0198f38c78a52ee0404033b24a2d2910 | |
| parent | ab162fe64ee862e98ca7aa45dabcdfd750fbcd3a (diff) | |
| parent | 436cffdaafbe7f588c26ebf1cbf4ede805b5e8a6 (diff) | |
| download | bootstrap-ecf9b020ddf415c4a703cf5f6c80e671eaf3e422.tar.xz bootstrap-ecf9b020ddf415c4a703cf5f6c80e671eaf3e422.zip | |
Merge pull request #8168 from marsuboss/patch-2
Duplicate ID navbar-example
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index bef98cef7..0757ace42 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -474,7 +474,7 @@ $('.dropdown-toggle').dropdown() <h2>Example in navbar</h2> <p>The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.</p> <div class="bs-example"> - <div id="navbar-example" class="navbar navbar-static"> + <div id="navbar-example2" class="navbar navbar-static"> <div class="navbar-inner"> <div class="container" style="width: auto;"> <a class="navbar-brand" href="#">Project Name</a> |
