Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-09-12 10:36:59 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-09-12 10:36:59 +0400
commitfcf816a23644e9d077986a8c35e1487becb6ddc0 (patch)
tree3923bcc1b2478a37fe2076b0612c75310e32677e /docs/assets/js/application.js
parent02d668fd2e31b01e330400738bf2fa7bcbfaa822 (diff)
index to use data attr for scrollspy initilizing
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js6
1 files changed, 0 insertions, 6 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
// ==================