mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Remove empty check
This commit is contained in:
parent
b4496213b1
commit
fe8a038074
@ -118,7 +118,6 @@ function do_download_zonefile() {
|
||||
"GET",
|
||||
{},
|
||||
function(data) {
|
||||
if (data == "") return; // nothing updated
|
||||
show_modal_error("Download Zonefile", $("<pre/>").text(data));
|
||||
},
|
||||
function(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user