瀏覽代碼

Merge pull request #27 from BdMdesigN/master

Update
Stein, Peter 11 年之前
父節點
當前提交
8e31881657
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      component.json
  2. 1 1
      static/js/bootstrap-switch.js
  3. 0 0
      static/js/bootstrap-switch.min.js

+ 1 - 1
component.json

@@ -8,7 +8,7 @@
   ],
   "dependencies": {
     "jquery": "~1.9.0"
-  }
+  },
   "scripts": [
     "static/js/bootstrap-switch.js"
   ]

+ 1 - 1
static/js/bootstrap-switch.js

@@ -278,7 +278,7 @@
           , $form = $element.closest('form')
           , $inputbox;
 
-        $div.find(':not(input[type!="hidden"])').remove();
+        $div.find(':not(inputSelector)').remove();
 
         $inputbox = $div.children();
         $inputbox.unwrap().unwrap();

文件差異過大導致無法顯示
+ 0 - 0
static/js/bootstrap-switch.min.js


部分文件因文件數量過多而無法顯示