mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 11:36:52 +00:00
Setting Friendlyname for DMS and SAT>IP, define Quad,Quattro settings
This commit is contained in:
@@ -24,7 +24,10 @@ function Wait()
|
||||
|
||||
function OnLoad()
|
||||
{
|
||||
var param = document.baseURI.match(/\d+$/);
|
||||
|
||||
WaitCounter = 5;
|
||||
if( param ) WaitCounter = parseInt(param);
|
||||
document.getElementById("waitcounter").firstChild.nodeValue = WaitCounter;
|
||||
window.setTimeout(Wait,1000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user