diff --git a/data/web/js/build/014-mailcow.js b/data/web/js/build/014-mailcow.js index cf3a3a72..92d3cc1f 100644 --- a/data/web/js/build/014-mailcow.js +++ b/data/web/js/build/014-mailcow.js @@ -142,7 +142,7 @@ $(document).ready(function() { }); } else if ($(this).hasClass('btn')) { $(this).attr("disabled", true); - } else if ($(this).attr('data-provide', 'slider')) { + } else if ($(this).attr('data-provide') == 'slider') { $(this).slider("disable"); } $(this).data("toggle", "tooltip"); @@ -195,4 +195,4 @@ $(document).ready(function() { }) }); }) -}); \ No newline at end of file +});