Dotclear

source: admin/js/file-upload.js @ 3927:e57339eefafa

Revision 3927:e57339eefafa, 231 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Switching from inline JS variables to JSON script. File upload (jQuery plugin) is on the way

Line 
1/*global dotclear, getData */
2'use strict';
3
4// Get dotclear messages
5Object.assign(dotclear.msg, getData('file_upload_msg'));
6
7// Get jsUpload data
8dotclear.jsUpload = {};
9Object.assign(dotclear.jsUpload, getData('file_upload'));
Note: See TracBrowser for help on using the repository browser.

Sites map