mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1132 from pi-hole/devel-token-text
Use `text()` for token.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
var table;
|
||||
var groups = [];
|
||||
var token = $("#token").html();
|
||||
var token = $("#token").text();
|
||||
var info = null;
|
||||
|
||||
function showAlert(type, icon, title, message) {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
var table;
|
||||
var groups = [];
|
||||
var token = $("#token").html();
|
||||
var token = $("#token").text();
|
||||
var info = null;
|
||||
|
||||
function showAlert(type, icon, title, message) {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
var table;
|
||||
var groups = [];
|
||||
var token = $("#token").html();
|
||||
var token = $("#token").text();
|
||||
var info = null;
|
||||
|
||||
function showAlert(type, icon, title, message) {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
/* global moment:false */
|
||||
|
||||
var table;
|
||||
var token = $("#token").html();
|
||||
var token = $("#token").text();
|
||||
var info = null;
|
||||
|
||||
function showAlert(type, icon, title, message) {
|
||||
|
||||
Reference in New Issue
Block a user