Browse Source

Merge pull request #34 from nostalgiaz/master

Update
Stein, Peter 11 years ago
parent
commit
09e4229fa0
2 changed files with 1 additions and 1 deletions
  1. 1 1
      static/js/bootstrap-switch.js
  2. 0 0
      static/js/bootstrap-switch.min.js

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

@@ -302,7 +302,7 @@
         }
       },
       setAnimated: function(value) {
-        var $element = $(this).find('input[type!="hidden"]').parent();
+        var $element = $(this).find('inputSelector').parent();
         if (value === undefined) value = false;
         $element.data('animated', value);
         $element.attr('data-animated', value);

File diff suppressed because it is too large
+ 0 - 0
static/js/bootstrap-switch.min.js


Some files were not shown because too many files changed in this diff