Commit
commit 2308669aae8d60bc95ede7052b15a4b6ab228bed Author: Jan DankertDate: Tue Nov 7 00:30:23 2017 +0100 Einzelne Javascripte und CSS auf die Komponenten aufgeteilt. themes/default/css/openrat.css.php | 60 ------- themes/default/include/html/editor/editor.js | 87 +++++++++++ themes/default/include/html/form/form.js | 15 ++ themes/default/include/html/group/group.css | 66 ++++++++ themes/default/include/html/group/group.js | 6 + themes/default/include/html/qrcode/qrcode.js | 14 ++ themes/default/include/html/table/table.js | 40 +++++ themes/default/include/html/upload/upload.js | 85 ++++++++++ themes/default/js/openrat.js | 225 +-------------------------- 9 files changed, 314 insertions(+), 284 deletions(-)