mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Use text() when retrieving the token. (#1237)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
var table;
|
||||
var groups = [];
|
||||
var token = $("#token").html();
|
||||
var token = $("#token").text();
|
||||
var GETDict = {};
|
||||
var showtype = "all";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user