aboutsummaryrefslogtreecommitdiff
path: root/website/resources
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources')
-rw-r--r--website/resources/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/resources/js/main.js b/website/resources/js/main.js
index 3d18b996..fe90a086 100644
--- a/website/resources/js/main.js
+++ b/website/resources/js/main.js
@@ -64,7 +64,7 @@
$(window).on("statechange", function() {
var hs = History.getState();
var u = hs.data.urlPath;
- if (u === "/" || u === "") u = "/main.html";
+ if (u === "/" || u === "") u = "/index.html";
if (u.substring(u.length - 5) !== ".html") u += ".html";
if (u.substring(u.length - 8) === "all.html") u = u.substring(0, u.length - 8) + "index.html";
var key = toKey(u);