refactor: move static sites into static, Remove unused PageController and update main.js for page navigation
This commit is contained in:
@@ -81,8 +81,7 @@ for (const downvoteButton of downvoteButtons) {
|
||||
|
||||
// functions of the main page
|
||||
function navigateToAdd() {
|
||||
//TODO: url to add page not yet implemented, add here
|
||||
window.location.href = "/add";
|
||||
window.location.href = "/add.html";
|
||||
}
|
||||
|
||||
function filter(filterString) {
|
||||
|
Reference in New Issue
Block a user