initial public commit
This commit is contained in:
6
public/demo/add-default-route.js
Normal file
6
public/demo/add-default-route.js
Normal file
@@ -0,0 +1,6 @@
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
// add default #overview route
|
||||
if (!window.location.hash) {
|
||||
window.location.hash = "overview";
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user