Fix error popup

This commit is contained in:
Justin Hawkins 2021-06-03 19:40:43 +09:30
parent fdf70daba7
commit d8c0b7d0ea

View File

@ -146,7 +146,7 @@ $(document).ready(function() {
if (d.success) { if (d.success) {
alert('Updated config'); alert('Updated config');
} else { } else {
alert("Error: " + d.Error); alert("Error: " + d.error);
} }
}); });