Fix error popup
This commit is contained in:
parent
fdf70daba7
commit
d8c0b7d0ea
@ -146,7 +146,7 @@ $(document).ready(function() {
|
||||
if (d.success) {
|
||||
alert('Updated config');
|
||||
} else {
|
||||
alert("Error: " + d.Error);
|
||||
alert("Error: " + d.error);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user