Parcourir la source

Merge pull request #125 from nathasm/master

Add missing semicolon
Stein, Peter il y a 12 ans
Parent
commit
cd71be450d
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      static/js/bootstrap-switch.js
  2. 0 0
      static/js/bootstrap-switch.min.js

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

@@ -332,7 +332,7 @@
         var $label = $element.find("label");
         $.each(['switch-mini', 'switch-small', 'switch-large'], function (i, el) {
           if (el !== value) {
-            $switchLeft.removeClass(el)
+            $switchLeft.removeClass(el);
             $switchRight.removeClass(el);
             $label.removeClass(el);
           } else {

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
static/js/bootstrap-switch.min.js


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff