Fix multiple messages on windows after change config with reboot

pull/2072/head
Ozzie Isaacs 3 years ago
parent 018f3ca250
commit 53dae32897

@ -611,7 +611,10 @@ $(function() {
if (xhr.status < 400) {
$("#spinning_success").hide();
clearInterval(rebootInterval);
handle_response(data.result);
if (data.result) {
handle_response(data.result);
data.result = "";
}
}
},
});

Loading…
Cancel
Save