Changeset 3994:c335bb3ff76a
- Timestamp:
- 06/28/19 13:58:16 (6 years ago)
- Branch:
- default
- Location:
- plugins/maintenance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r3874 r3994 118 118 if ($task && $task->ajax()) { 119 119 echo 120 '<script type="text/javascript">' . "\n" . 121 dcPage::jsVar('dotclear.msg.wait', __('Please wait...')) . 122 '</script>' . 120 dcPage::jsJson('maintenance', ['wait' => __('Please wait...')]) . 123 121 dcPage::jsLoad(dcPage::getPF('maintenance/js/dc.maintenance.js')); 124 122 } -
plugins/maintenance/js/dc.maintenance.js
r3880 r3994 1 /*global $, dotclear */1 /*global $, dotclear, getData */ 2 2 'use strict'; 3 4 Object.assign(dotclear.msg, getData('maintenance')); 3 5 4 6 $(function() {
Note: See TracChangeset
for help on using the changeset viewer.