source:
admin/js/file-upload.js
@
3927:e57339eefafa
Revision 3927:e57339eefafa, 231 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff) |
---|
Line | |
---|---|
1 | /*global dotclear, getData */ |
2 | 'use strict'; |
3 | |
4 | // Get dotclear messages |
5 | Object.assign(dotclear.msg, getData('file_upload_msg')); |
6 | |
7 | // Get jsUpload data |
8 | dotclear.jsUpload = {}; |
9 | Object.assign(dotclear.jsUpload, getData('file_upload')); |
Note: See TracBrowser
for help on using the repository browser.