aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tabs.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-15 23:16:06 -0700
committerJacob Thornton <[email protected]>2011-09-15 23:16:06 -0700
commitd1b594db7a7307efd7de29a2875046166c69a76f (patch)
tree42499e622f9878a475bc5157870c52f044cfb2ab /js/bootstrap-tabs.js
parent472632ba51a50457370c55267a736e3efc4c09cc (diff)
downloadbootstrap-d1b594db7a7307efd7de29a2875046166c69a76f.tar.xz
bootstrap-d1b594db7a7307efd7de29a2875046166c69a76f.zip
$(document).ready instead of $(function() {}) for ender support
Diffstat (limited to 'js/bootstrap-tabs.js')
-rw-r--r--js/bootstrap-tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js
index 37ca59713..7bac0bc60 100644
--- a/js/bootstrap-tabs.js
+++ b/js/bootstrap-tabs.js
@@ -55,7 +55,7 @@
})
}
- $(function () {
+ $(document).ready(function () {
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
})