Commit
commit 4d0b13e6adb9c0d3e0b15f78c61a8202517a0f02 Author: Jan DankertDate: Mon Mar 29 01:06:08 2021 +0200 Removed common.js and moved the callbacks to the workbench module. .../ui/themes/default/html/views/index/show.php | 2 +- .../default/html/views/index/show.tpl.src.xml | 2 +- .../cms/ui/themes/default/script/jquery-global.js | 3 +- .../cms/ui/themes/default/script/openrat/common.js | 476 ------------------- .../cms/ui/themes/default/script/openrat/init.js | 13 +- .../ui/themes/default/script/openrat/workbench.js | 524 +++++++++++++++++++-- .../script/plugin/jquery-plugin-orAutoheight.js | 6 +- .../script/plugin/jquery-plugin-orSearch.js | 5 +- .../default/script/plugin/jquery-plugin-orTree.js | 4 +- .../components/html/component_editor/editor.js | 6 +- 10 files changed, 507 insertions(+), 534 deletions(-)