Merge pull request #1091 from pi-hole/text

Use `text()` for the token
This commit is contained in:
DL6ER
2019-12-17 15:49:05 +01:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ function updateTopLists() {
}
function add(domain,list) {
var token = $("#token").html();
var token = $("#token").text();
$.ajax({
url: "scripts/pi-hole/php/add.php",
method: "post",