fixed a bug with IE11

baseURI not supported by IE11
removed leftover closing tag
This commit is contained in:
mvoelkel 2017-02-24 18:27:36 +01:00
parent aa3d122fd9
commit 17af2f85c8
1 changed files with 2 additions and 2 deletions

View File

@ -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()
</td></tr>
<tr><td class="maintd" colspan="2">&nbsp;</td></tr>
<tr>
<td class="maintd"></script></td>
<td class="maintd"></td>
<td class="content">
<div>
<!-- Begin Content -->