-
-
Notifications
You must be signed in to change notification settings - Fork 7
JS dead #11
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Recent changes (perhaps #10) messed up the website (we had to roll back).
For some reason, it seems that the entire JS is dead. JQuery is undefined and beacon.min.js is blocked by CORS. Without JS, the website looks shit AF.
Only changes to the JS part specifically were adding
async:<script src="assets/js/jquery-3.6.1.min.js" async></script>and similar.