File modules/cms/ui/themes/default/script/openrat/dialog.min.js
Last commit: Wed Oct 30 22:17:22 2024 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog.
Binary file could not be displayed
Downloadmodules/cms/ui/themes/default/script/openrat/dialog.min.js
History Wed, 30 Oct 2024 22:17:22 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog. Wed, 16 Oct 2024 20:20:24 +0200 Jan Dankert Fix: Adding the onclick-Listener for notices must use the new function. Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future. Fri, 11 Feb 2022 01:41:54 +0100 dankert Fix: Reading dirty marker. Fri, 11 Feb 2022 01:28:51 +0100 dankert Fixed some UI problems: The dialogs are now closed after submitting the data; Workbench is reloaded after login/logout. Sat, 18 Dec 2021 03:47:23 +0100 dankert New: Every ES6-Module should have a minified version for performance reasons. Bad: The Minifier "Jsqueeze" is unable to minify ES6-modules, so we had to implement a simple JS-Minifier which strips out all comments.