diff options
Diffstat (limited to 'src/zenserver/frontend/html/index.html')
| -rw-r--r-- | src/zenserver/frontend/html/index.html | 6 |
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> |