From fcf816a23644e9d077986a8c35e1487becb6ddc0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 11 Sep 2011 23:36:59 -0700 Subject: [PATCH] index to use data attr for scrollspy initilizing --- docs/assets/js/application.js | 6 ------ docs/index.html | 2 +- docs/javascript.html | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 614b0e3456..00fd56694c 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -1,11 +1,5 @@ $(document).ready(function(){ - // Scrollspy - // ========= - - $('body > .topbar').scrollSpy() - - // table sort example // ================== diff --git a/docs/index.html b/docs/index.html index b97d5914f0..dee3dc6352 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ -
+
Bootstrap diff --git a/docs/javascript.html b/docs/javascript.html index 468085108c..f085086599 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -39,7 +39,7 @@ -
+

Bootstrap JS

-- 2.47.2