Commit

commit 1d9dece1282977b2f9337dab597934174f18cb4f
Author: Jan Dankert 
Date:   Sat Nov 9 03:56:56 2019 +0100

    Refactoring: The event 'orViewLoaded' is not needed anymore.

 modules/cms-ui/action/IndexAction.class.php        | 16 ++++++-------
 .../themes/default/production/combined.min.js      | 28 +++++++++++-----------
 .../cms-ui/themes/default/script/openrat/common.js | 16 +++++++++----
 .../themes/default/script/openrat/common.min.js    |  2 +-
 .../cms-ui/themes/default/script/openrat/view.js   |  3 +--
 .../themes/default/script/openrat/view.min.js      |  2 +-
 .../themes/default/script/openrat/workbench.js     | 13 ++++++++++
 .../themes/default/script/openrat/workbench.min.js |  2 +-
 .../script/plugin/jquery-plugin-orLinkify.js       | 10 --------
 .../script/plugin/jquery-plugin-orLinkify.min.js   |  2 +-
 .../components/html/column/column.js               |  3 ++-
 .../components/html/column/column.min.js           |  2 +-
 .../components/html/editor/editor.js               | 12 ++++------
 .../components/html/editor/editor.min.js           |  2 +-
 .../template-engine/components/html/group/group.js |  5 ++--
 .../components/html/group/group.min.js             |  2 +-
 .../template-engine/components/html/link/link.js   |  6 ++---
 .../components/html/link/link.min.js               |  2 +-
 .../components/html/qrcode/qrcode.js               |  5 ++--
 .../components/html/qrcode/qrcode.min.js           |  2 +-
 .../template-engine/components/html/table/table.js | 15 ++++++------
 .../components/html/table/table.min.js             |  2 +-
 .../template-engine/components/html/tree/tree.js   |  3 ++-
 .../components/html/tree/tree.min.js               |  2 +-
 .../components/html/upload/upload.js               | 11 +++++----
 .../components/html/upload/upload.min.js           |  2 +-
 .../components/html/window/Window.class.php        |  1 -
 27 files changed, 91 insertions(+), 80 deletions(-)