mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Add comment management/templates/system-backup.html
This commit is contained in:
parent
f5e4cb91ca
commit
f8960ecb31
@ -377,7 +377,8 @@ const url_split = url => {
|
||||
}
|
||||
};
|
||||
|
||||
// hide Copy button if not in a modern clipboard-supporting environment
|
||||
// Hide Copy button if not in a modern clipboard-supporting environment.
|
||||
// Using document API because jQuery is not necessarily available in this script scope.
|
||||
if (!(navigator && navigator.clipboard && navigator.clipboard.writeText)) {
|
||||
document.getElementById('copy_pub_key_div').hidden = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user