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