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

@ -1028,7 +1028,7 @@ class canopyAjaxUtils{
//Popup
async getPopup(popup){
var response = await fetch(`/popup/${popup}`,{
var response = await fetch(`/popup/${popup}.html`,{
method: "GET"
});