mirror of
https://github.com/pi-hole/web.git
synced 2026-04-17 23:54:10 +01:00
settings-dns-records: fix typo
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -232,7 +232,7 @@ $(document).ready(function () {
|
||||
.fail(function (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
|
||||
});
|
||||
});
|
||||
@@ -258,7 +258,7 @@ $(document).ready(function () {
|
||||
.fail(function (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