Converted pop-ups to standard HTML. None use templating features and the router was poorly written anywho.
This commit is contained in:
parent
ef0344942b
commit
878ee4bb2d
18 changed files with 35 additions and 89 deletions
|
|
@ -603,7 +603,7 @@ class queuePanel extends panelObj{
|
|||
|
||||
//Create entry title
|
||||
const entryTitle = document.createElement('p');
|
||||
entryTitle.textContent = entry[1].title;
|
||||
entryTitle.textContent = utils.unescapeEntities(entry[1].title);
|
||||
|
||||
//Tooltip generation
|
||||
//tooltip div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue