mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-01 09:28:42 +03:00
update resources
This commit is contained in:
25
resources/web/guide/0/load.js
Normal file
25
resources/web/guide/0/load.js
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
var TargetPage=null;
|
||||
|
||||
function OnInit()
|
||||
{
|
||||
TranslatePage();
|
||||
TargetPage=GetQueryString("target");
|
||||
|
||||
//setTimeout("JumpToTarget()",20*1000);
|
||||
}
|
||||
|
||||
function HandleStudio( pVal )
|
||||
{
|
||||
let strCmd=pVal['command'];
|
||||
|
||||
if(strCmd=='userguide_profile_load_finish')
|
||||
{
|
||||
JumpToTarget();
|
||||
}
|
||||
}
|
||||
|
||||
function JumpToTarget()
|
||||
{
|
||||
window.open('../'+TargetPage+'/index.html','_self');
|
||||
}
|
||||
Reference in New Issue
Block a user