[Web] Minor changes

This commit is contained in:
andryyy
2020-01-10 20:49:54 +01:00
parent 65232298bb
commit ec1dce508e
2 changed files with 6 additions and 2 deletions

View File

@@ -48,6 +48,10 @@ $(document).ready(function() {
$(this.$domain).closest("select").selectpicker();
}
});
// Clone mailbox mass actions
$("div").find("[data-actions-header='true'").each(function() {
$(this).html($(this).nextAll('.mass-actions-mailbox:first').html());
});
// Auto-fill domain quota when adding new domain
auto_fill_quota = function(domain) {
$.get("/api/v1/get/domain/" + domain, function(data){