mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
4
dev/bootstrap.js
vendored
4
dev/bootstrap.js
vendored
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
import window from 'window';
|
||||
import $ from '$';
|
||||
import {killCtrlACtrlS, detectDropdownVisibility, createCommand} from 'Common/Utils';
|
||||
import {killCtrlACtrlS, detectDropdownVisibility, createCommandLegacy} from 'Common/Utils';
|
||||
import {$win, $html, data as GlobalsData, bMobileDevice} from 'Common/Globals';
|
||||
import * as Enums from 'Common/Enums';
|
||||
import * as Plugins from 'Common/Plugins';
|
||||
|
|
@ -27,7 +27,7 @@ export default (App) => {
|
|||
const rl = window.rl || {};
|
||||
|
||||
rl.i18n = i18n;
|
||||
rl.createCommand = createCommand;
|
||||
rl.createCommand = createCommandLegacy;
|
||||
|
||||
rl.addSettingsViewModel = Plugins.addSettingsViewModel;
|
||||
rl.addSettingsViewModelForAdmin = Plugins.addSettingsViewModelForAdmin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue