support for groupings
This commit is contained in:
parent
d4df4751e9
commit
d83793d538
6 changed files with 177 additions and 44 deletions
|
@ -4,7 +4,10 @@ const Events = {
|
|||
|
||||
// add event listener for when window.location.hash changes
|
||||
window.addEventListener("hashchange", function () {
|
||||
app.appRoute(window.location.hash)
|
||||
app.page = "blank"
|
||||
setTimeout(()=>{
|
||||
app.appRoute(window.location.hash)
|
||||
}, 100)
|
||||
});
|
||||
|
||||
window.addEventListener("mouseup", (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue