mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 04:33:58 +01:00
Change prettier option trailingComma from "none" to the new default "es5" (see https://prettier.io/docs/en/options.html#trailing-commas)
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -100,14 +100,14 @@ function add(domain, list) {
|
||||
list: list,
|
||||
token: token,
|
||||
action: list === "audit" ? "add_audit" : "add_domain",
|
||||
comment: "Added from Audit Log"
|
||||
comment: "Added from Audit Log",
|
||||
},
|
||||
success: function () {
|
||||
updateTopLists();
|
||||
},
|
||||
error: function (jqXHR, exception) {
|
||||
console.log(exception); // eslint-disable-line no-console
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user