|
|
|
@ -886,9 +886,10 @@ $(document).ready(function() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// v1.2.0 pyOpenRPA Init defs
|
|
|
|
|
mGlobal.pyOpenRPA.ServerJSInitDef() // Recieve JS from server (if exist) and then call anothe url ServerData
|
|
|
|
|
mGlobal.pyOpenRPA.ServerDataRefreshDef() // Init the refresh data def from server side
|
|
|
|
|
mGlobal.pyOpenRPA.ServerLogListRefreshDef() // Init the refresh data def from the log window
|
|
|
|
|
mGlobal.pyOpenRPA.ServerLogListDoRenderTrue() // Init button to freeze/unfreeze textare with logs
|
|
|
|
|
mGlobal.pyOpenRPA.ServerJSInitDef(); // Recieve JS from server (if exist) and then call anothe url ServerData
|
|
|
|
|
mGlobal.pyOpenRPA.ServerDataRefreshDef(); // Init the refresh data def from server side
|
|
|
|
|
mGlobal.pyOpenRPA.ServerLogListRefreshDef(); // Init the refresh data def from the log window
|
|
|
|
|
mGlobal.pyOpenRPA.ServerLogListDoRenderTrue(); // Init button to freeze/unfreeze textare with logs
|
|
|
|
|
|
|
|
|
|
$('.ui.dropdown').dropdown();
|
|
|
|
|
});
|