Use text() for token.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-01-19 13:49:46 +02:00
parent 5eadd346b9
commit 0f0820dae4
4 changed files with 4 additions and 4 deletions

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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) {