Changeset 3980:df625feec28c for plugins/themeEditor/js/script.js
- Timestamp:
- 06/24/19 14:29:57 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/js/script.js
r3880 r3980 1 /*global $, dotclear, editor, confirmClosePage */1 /*global $, dotclear, editor, confirmClosePage, getData */ 2 2 'use strict'; 3 4 // Get locales and setting 5 Object.assign(dotclear.msg, getData('theme_editor_msg')); 6 Object.assign(dotclear, getData('dotclear_colorsyntax')); 3 7 4 8 $(function() {
Note: See TracChangeset
for help on using the changeset viewer.