Przeglądaj źródła

Merge pull request #27 from BdMdesigN/master

Update
Stein, Peter 12 lat temu
rodzic
commit
8e31881657

+ 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();

Plik diff jest za duży
+ 0 - 0
static/js/bootstrap-switch.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików