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()
|
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"> </td></tr>
|
<tr><td class="maintd" colspan="2"> </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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user