Converted pop-ups to standard HTML. None use templating features and the router was poorly written anywho.

This commit is contained in:
rainbow napkin 2025-04-22 07:03:13 -04:00
parent ef0344942b
commit 878ee4bb2d
18 changed files with 35 additions and 89 deletions

View file

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