Prechádzať zdrojové kódy

Update 014-mailcow.js

André Peters 6 rokov pred
rodič
commit
b6607e090e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      data/web/js/build/014-mailcow.js

+ 2 - 2
data/web/js/build/014-mailcow.js

@@ -142,7 +142,7 @@ $(document).ready(function() {
       });
       });
     } else if ($(this).hasClass('btn')) {
     } else if ($(this).hasClass('btn')) {
       $(this).attr("disabled", true);
       $(this).attr("disabled", true);
-    } else if ($(this).attr('data-provide', 'slider')) {
+    } else if ($(this).attr('data-provide') == 'slider') {
       $(this).slider("disable");
       $(this).slider("disable");
     }
     }
     $(this).data("toggle", "tooltip");
     $(this).data("toggle", "tooltip");
@@ -195,4 +195,4 @@ $(document).ready(function() {
       })
       })
     });
     });
   })
   })
-});
+});