Update styling of scripts/pi-hole/js/settings.js

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2021-06-23 11:38:12 +02:00
committed by dependabot-preview[bot]
parent 1612082e50
commit 122146fcc6

View File

@@ -121,8 +121,7 @@ $(".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");