Dotclear


Ignore:
Timestamp:
06/24/19 14:29:57 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switching from inline JS variables to JSON script, theme editor plugin

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 */ 
    22'use strict'; 
     3 
     4// Get locales and setting 
     5Object.assign(dotclear.msg, getData('theme_editor_msg')); 
     6Object.assign(dotclear, getData('dotclear_colorsyntax')); 
    37 
    48$(function() { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map