diff options
| author | Mark Otto <[email protected]> | 2013-06-13 13:40:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-13 13:40:40 -0700 |
| commit | c14f23192a99debb2f5653cdd31d232769dd2b20 (patch) | |
| tree | 52288fdedf88c0ee0008ddaad88071859dd0959b /docs/javascript.html | |
| parent | d363d96f4be944b4b0c78c15580d5a24b6e36f10 (diff) | |
| parent | c6f51d09193ddfe58bd33a7a96f4ee84533e449f (diff) | |
| download | bootstrap-c14f23192a99debb2f5653cdd31d232769dd2b20.tar.xz bootstrap-c14f23192a99debb2f5653cdd31d232769dd2b20.zip | |
Merge pull request #8167 from marsuboss/patch-1
Duplicate ID drop5
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index e3e92f9d6..bef98cef7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -407,8 +407,8 @@ $('#myModal').on('hidden.bs.modal', function () { </ul> </li> <li class="dropdown"> - <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">Dropdown 3 <b class="caret"></b></a> - <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop5"> + <a class="dropdown-toggle" id="drop6" role="button" data-toggle="dropdown" href="#">Dropdown 3 <b class="caret"></b></a> + <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop6"> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Something else here</a></li> |
