1
0
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:
Victor Lap 2020-11-15 22:03:12 +01:00
parent b4496213b1
commit fe8a038074
No known key found for this signature in database
GPG Key ID: AB215A1523974D26

View File

@ -118,7 +118,6 @@ function do_download_zonefile() {
"GET", "GET",
{}, {},
function(data) { function(data) {
if (data == "") return; // nothing updated
show_modal_error("Download Zonefile", $("<pre/>").text(data)); show_modal_error("Download Zonefile", $("<pre/>").text(data));
}, },
function(err) { function(err) {