From d1b594db7a7307efd7de29a2875046166c69a76f Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 15 Sep 2011 23:16:06 -0700 Subject: $(document).ready instead of $(function() {}) for ender support --- js/bootstrap-tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/bootstrap-tabs.js') 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') }) -- cgit v1.2.3