mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-15 19:06:03 +00:00
Merge pull request #6045 from mailcow/feat/rename-mbox
[Web][DockerApi] Add Feature to Rename Email Addresses
This commit is contained in:
@@ -58,6 +58,11 @@ $(document).ready(function() {
|
||||
$('input[name=multiple_bookings]').val($("#multiple_bookings_custom").val());
|
||||
});
|
||||
|
||||
$("#show_mailbox_rename_form").click(function() {
|
||||
$("#rename_warning").hide();
|
||||
$("#rename_form").removeClass("d-none");
|
||||
});
|
||||
|
||||
// load tags
|
||||
if ($('#tags').length){
|
||||
var tagsEl = $('#tags').parent().find('.tag-values')[0];
|
||||
|
||||
Reference in New Issue
Block a user