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>2012-01-06 06:32:08 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-06 06:32:08 +0400
commit314feb702f9a95ee473e529650e16654714cd9f4 (patch)
tree3cc8ff44697a6b751ce85cfaefa2c85ee47924a6 /docs/assets/js/application.js
parent90e3a706ba8c01462516efd3c60cd124620950b9 (diff)
listen to window for dropdown clear
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 63791bd37d..6194b88db5 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -15,15 +15,6 @@ $(function(){
}, 0);
- // Docs topbar nav
- // ===============
-
- $('.nav .active').on('click', function (e) {
- e.preventDefault()
- $(this).siblings().toggle()
- });
-
-
// table sort example
// ==================