Browse Source

更新 multitabs.js
暂时注释以解决缓存引起的问题

笔下光年 6 years ago
parent
commit
add8946c02
1 changed files with 5 additions and 5 deletions
  1. 5 5
      js/bootstrap-multitabs/multitabs.js

+ 5 - 5
js/bootstrap-multitabs/multitabs.js

@@ -573,11 +573,11 @@ if (typeof jQuery === "undefined") {
                 storage, init = options.init,
                 param;
             if (supportStorage) {
-                storage = self._storage();
-                self._resetStorage({});
-                $.each(storage, function (k, v) {
-                    self.create(v, false);
-                })
+                //storage = self._storage();
+                //self._resetStorage({});
+                //$.each(storage, function (k, v) {
+                //    self.create(v, false);
+                //})
             }
             if ($.isEmptyObject(storage)) {
                 init = (!$.isEmptyObject(init) && init instanceof Array) ? init : defaultInit;