mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
fixed a bug with IE11
baseURI not supported by IE11 removed leftover closing tag
This commit is contained in:
parent
aa3d122fd9
commit
17af2f85c8
@ -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"> </td></tr>
|
||||
<tr>
|
||||
<td class="maintd"></script></td>
|
||||
<td class="maintd"></td>
|
||||
<td class="content">
|
||||
<div>
|
||||
<!-- Begin Content -->
|
||||
|
Loading…
Reference in New Issue
Block a user