Fix error popup
This commit is contained in:
parent
fdf70daba7
commit
d8c0b7d0ea
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user