Ver Fonte

Merge pull request #125 from nathasm/master

Add missing semicolon
Stein, Peter há 12 anos atrás
pai
commit
cd71be450d
2 ficheiros alterados com 1 adições e 1 exclusões
  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 {

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
static/js/bootstrap-switch.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff