mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
$(document).ready instead of $(function() {}) for ender support
This commit is contained in:
Vendored
+1
-1
@@ -55,7 +55,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$(document).ready(function () {
|
||||
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user