diff --git a/Sources/pyOpenRPA/Orchestrator/Web/Index.js b/Sources/pyOpenRPA/Orchestrator/Web/Index.js index 5af28fa7..81609dcd 100644 --- a/Sources/pyOpenRPA/Orchestrator/Web/Index.js +++ b/Sources/pyOpenRPA/Orchestrator/Web/Index.js @@ -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(); }); \ No newline at end of file