Commit

commit 0e480c9e491f8997de51b88d45a1b82d5f4973af
Author: Jan Dankert 
Date:   Wed Mar 17 02:18:50 2021 +0100

    Refactoring: Using "Jquery slim" without ajax and effects.

 modules/cms/api/API.class.php                      |  16 +-
 .../default/html/views/languagelist/edit.php       |   4 +-
 .../themes/default/html/views/modellist/edit.php   |   4 +-
 .../ui/themes/default/html/views/object/info.php   |   2 +-
 .../ui/themes/default/html/views/object/rights.php |   2 +-
 .../cms/ui/themes/default/html/views/page/edit.php |   2 +-
 .../cms/ui/themes/default/html/views/page/info.php |   2 +-
 .../default/html/views/pageelement/advanced.php    |   4 +-
 .../themes/default/html/views/pageelement/edit.php |   2 +-
 .../default/html/views/pageelement/history.php     |   6 +-
 .../ui/themes/default/html/views/template/edit.php |   2 +-
 .../ui/themes/default/html/views/title/show.php    |   2 +-
 .../ui/themes/default/html/views/tree/branch.php   |   2 +-
 modules/cms/ui/themes/default/script/jquery.min.js |   4 +-
 modules/cms/ui/themes/default/script/openrat.js    | 279 +++++++++++----------
 .../cms/ui/themes/default/script/openrat.min.js    |  28 +--
 .../cms/ui/themes/default/script/openrat/common.js | 106 ++++----
 .../cms/ui/themes/default/script/openrat/form.js   |  16 +-
 .../cms/ui/themes/default/script/openrat/notice.js |   4 +-
 .../cms/ui/themes/default/script/openrat/view.js   |   3 +
 .../ui/themes/default/script/openrat/workbench.js  |  73 +++---
 .../script/plugin/jquery-plugin-orLinkify.js       |   4 +-
 .../default/script/plugin/jquery-plugin-orTree.js  |  69 ++---
 .../html/component_link/LinkComponent.class.php    |   2 +-
 modules/util/json/JSON.class.php                   |  33 ++-
 25 files changed, 362 insertions(+), 309 deletions(-)