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() function OnLoad()
{ {
var param = document.baseURI.match(/\d+$/); var param = document.URL.match(/\d+$/);
WaitCounter = 5; WaitCounter = 5;
if( param ) WaitCounter = parseInt(param); if( param ) WaitCounter = parseInt(param);
@ -48,7 +48,7 @@ function OnLoad()
</td></tr> </td></tr>
<tr><td class="maintd" colspan="2">&nbsp;</td></tr> <tr><td class="maintd" colspan="2">&nbsp;</td></tr>
<tr> <tr>
<td class="maintd"></script></td> <td class="maintd"></td>
<td class="content"> <td class="content">
<div> <div>
<!-- Begin Content --> <!-- Begin Content -->