[Web] Remove XMPP options
[Web] Add Rspamd preset #4 [Web] Do not show failed SASL logins (and also remove them from db)
This commit is contained in:
@@ -28,11 +28,6 @@ $(document).ready(function() {
|
||||
$('#mailbox-passwd-hidden-info').addClass('hidden');
|
||||
$('#mailbox-passwd-form-groups').removeClass('hidden');
|
||||
});
|
||||
// Preview XMPP JID
|
||||
$('.xmpp-prefix-preview').text($("#xmpp-prefix").val());
|
||||
$("#xmpp-prefix").bind("change keypress keyup blur", function() {
|
||||
$('.xmpp-prefix-preview').text($(this).val());
|
||||
});
|
||||
// Sender ACL
|
||||
if ($("#editSelectSenderACL option[value='\*']:selected").length > 0){
|
||||
$("#sender_acl_disabled").show();
|
||||
@@ -146,4 +141,4 @@ jQuery(function($){
|
||||
}
|
||||
draw_wl_policy_domain_table();
|
||||
draw_bl_policy_domain_table();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user