diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 4764edfb5..e19059d24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,8 +23,8 @@ <script>$(function () { prettyPrint() })</script> <script src="../js/bootstrap-dropdown.js"></script> <script src="../js/bootstrap-twipsy.js"></script> + <script src="../js/bootstrap-scrollspy.js"></script> <script src="assets/js/application.js"></script> - <script src="assets/js/application-scrollspy.js"></script> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> @@ -1592,6 +1592,10 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <td>This plugin is for adding dropdown interaction to the bootstrap topbar or tabbed navigations.</td> </tr> <tr> + <td><a href="./javascript.html#scrollspy">bootstrap-scrollspy.js</a></td> + <td>The ScrollSpy plugin is for adding an auto updating nav based on scroll position to the bootstrap topbar.</td> + </tr> + <tr> <td><a href="./javascript.html#tabs">bootstrap-tabs.js</a></td> <td>This plugin adds quick, dynamic tab and pill functionality for cycling through local content.</td> </tr> @@ -1786,4 +1790,4 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita </footer> </body> -</html>
\ No newline at end of file +</html> |
