From 17af2f85c805509921e861f70bb41271e5008d91 Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Fri, 24 Feb 2017 18:27:36 +0100 Subject: [PATCH] fixed a bug with IE11 baseURI not supported by IE11 removed leftover closing tag --- octoserve/var/www/wait.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoserve/var/www/wait.html b/octoserve/var/www/wait.html index a589876..3a6d171 100644 --- a/octoserve/var/www/wait.html +++ b/octoserve/var/www/wait.html @@ -24,7 +24,7 @@ function Wait() function OnLoad() { - var param = document.baseURI.match(/\d+$/); + var param = document.URL.match(/\d+$/); WaitCounter = 5; if( param ) WaitCounter = parseInt(param); @@ -48,7 +48,7 @@ function OnLoad()   - +