瀏覽代碼

Merge pull request #34 from nostalgiaz/master

Update
Stein, Peter 11 年之前
父節點
當前提交
09e4229fa0
共有 2 個文件被更改,包括 1 次插入1 次删除
  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