Update 014-mailcow.js
This commit is contained in:
parent
5cc6f68928
commit
b6607e090e
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user