]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no need for scrollspy in example template
authorMark Otto <otto@github.com>
Fri, 15 Feb 2013 07:07:36 +0000 (23:07 -0800)
committerMark Otto <otto@github.com>
Fri, 15 Feb 2013 07:07:36 +0000 (23:07 -0800)
docs/_layouts/example.html

index 48144012459b1be8a0ea5d24815b2481c00bca42..38510f13a67217c80f4852294b2e7a7a37681d9b 100644 (file)
@@ -5,7 +5,7 @@
     {% include header.html %}
     <!-- Place anything custom after this. -->
   </head>
-  <body data-spy="scroll" data-target=".bs-docs-sidebar">
+  <body>
 
     <!-- Page content of course! -->
     {{ content }}