diff --git a/WebContent/js/bootstrap.js b/WebContent/js/bootstrap.js index 5eb7068..3ba5882 100644 --- a/WebContent/js/bootstrap.js +++ b/WebContent/js/bootstrap.js @@ -2319,8 +2319,6 @@ if (typeof jQuery === 'undefined') { && $.support.transition && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length) - - // 激活Tab的函数 // 激活Tab的函数 function next() { // 清除当前Tab的激活状态 @@ -2371,9 +2369,6 @@ if (typeof jQuery === 'undefined') { } - - // TAB PLUGIN DEFINITION - // ===================== // TAB PLUGIN DEFINITION // ===================== @@ -2597,5 +2592,8 @@ if (typeof jQuery === 'undefined') { }) }) + + + }(jQuery);