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
|
|
@ -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"
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue