aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/frontend/html/index.html')
-rw-r--r--src/zenserver/frontend/html/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/index.html b/src/zenserver/frontend/html/index.html
index 300b8c62e..fad4bf902 100644
--- a/src/zenserver/frontend/html/index.html
+++ b/src/zenserver/frontend/html/index.html
@@ -2,6 +2,12 @@
<!DOCTYPE html>
<html>
<head>
+ <script>
+ if (window.location.pathname == "/dashboard")
+ {
+ window.location.pathname = "/dashboard/";
+ }
+ </script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="zen.css" />
<script src="compactbinary.js"></script>