mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00: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:
@@ -20,7 +20,7 @@ function eventsource() {
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "scripts/pi-hole/php/debug.php?IE&token=" + token + "&" + checked,
|
||||
async: false
|
||||
async: false,
|
||||
}).done(function (data) {
|
||||
ta.show();
|
||||
ta.empty();
|
||||
|
||||
Reference in New Issue
Block a user