File modules/cms/ui/themes/default/script/openrat/init.js

Last commit: Mon Mar 29 01:06:08 2021 +0200	Jan Dankert	Removed common.js and moved the callbacks to the workbench module.
1 2 import Workbench from "./workbench.js"; 3 4 // Startup the workbench 5 // 6 // Because this module is loaded with 'defer', the event 'domInteractive' is already fired and the DOM is parsed and ready. 7 // So we do not need to wait for DOMContentLoaded here. 8 9 Workbench.getInstance().initialize(); // Startup the Workbench 10 11
Download modules/cms/ui/themes/default/script/openrat/init.js
History Mon, 29 Mar 2021 01:06:08 +0200 Jan Dankert Removed common.js and moved the callbacks to the workbench module. Sat, 27 Mar 2021 05:14:11 +0100 Jan Dankert Refactoring: Converting all script files to ES6 modules (work in progress); removed jquery-ui (drag and drop will be replaced by HTML5, sortable by a small lib) Wed, 17 Mar 2021 22:27:33 +0100 Jan Dankert Refactoring: Using ES6-Modules (experimental) Tue, 16 Mar 2021 23:52:22 +0100 Jan Dankert Refactoring: Use ES6 classes. Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.