mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 17:49:49 +01:00
settings-dns-records: fix typo (#3459)
This commit is contained in:
@@ -234,7 +234,7 @@ $(document).ready(() => {
|
||||
.fail((data, exception) => {
|
||||
utils.enableAll();
|
||||
apiFailure(data);
|
||||
utils.showAlert("error", "", "Error while deleting DNS record", data.responseText);
|
||||
utils.showAlert("error", "", "Error while adding DNS record", data.responseText);
|
||||
console.log(exception); // eslint-disable-line no-console
|
||||
});
|
||||
});
|
||||
@@ -263,7 +263,7 @@ $(document).ready(() => {
|
||||
.fail((data, exception) => {
|
||||
utils.enableAll();
|
||||
apiFailure(data);
|
||||
utils.showAlert("error", "", "Error while deleting CNAME record", data.responseText);
|
||||
utils.showAlert("error", "", "Error while adding CNAME record", data.responseText);
|
||||
console.log(exception); // eslint-disable-line no-console
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user