aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/scrollspy.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-17 02:13:21 -0800
committerChris Rebert <[email protected]>2014-11-17 02:13:21 -0800
commit450a9ece107a2010e7d0c4eddafc58bad697b569 (patch)
tree7075cf6c8a8264c050c7d064dd52450c9f942ad4 /docs/_includes/js/scrollspy.html
parent8df9298b1e8696dcbf0bae54bff1816bd8df061a (diff)
parentbab36220c98bc9552a483d5d091cb8d8acfd3d31 (diff)
downloadbootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.tar.xz
bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.zip
Merge pull request #15125 from patrickhlauke/docs-clean-up
Docs clean up - unnecessary role attributes, callout clarifications
Diffstat (limited to 'docs/_includes/js/scrollspy.html')
-rw-r--r--docs/_includes/js/scrollspy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html
index 4f660b40e..b2dd07ae9 100644
--- a/docs/_includes/js/scrollspy.html
+++ b/docs/_includes/js/scrollspy.html
@@ -4,7 +4,7 @@
<h2 id="scrollspy-examples">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">
- <nav id="navbar-example2" class="navbar navbar-default navbar-static" role="navigation">
+ <nav id="navbar-example2" class="navbar navbar-default navbar-static">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-example-js-navbar-scrollspy">