Remove adlists tab from settings page

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2021-07-04 20:06:08 +02:00
parent 68034029b7
commit bacded47d2
2 changed files with 3 additions and 20 deletions
+2 -1
View File
@@ -121,7 +121,8 @@ $(".confirm-disablelogging-noflush").confirm({
});
$(".api-token").confirm({
text: "Make sure that nobody else can scan this code around you. They will have full access to the API without having to know the password. Note that the generation of the QR code will take some time.",
text:
"Make sure that nobody else can scan this code around you. They will have full access to the API without having to know the password. Note that the generation of the QR code will take some time.",
title: "Confirmation required",
confirm: function () {
window.open("scripts/pi-hole/php/api_token.php");