mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
11 lines
153 B
JavaScript
11 lines
153 B
JavaScript
//y30
|
|
function OnHomeInit()
|
|
{
|
|
//-----Official-----
|
|
TranslatePage();
|
|
}
|
|
|
|
|
|
//---------------Global-----------------
|
|
window.postMessage = HandleStudio;
|