mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update ckeditor
This commit is contained in:
parent
c7108a74e0
commit
abdd452be6
102 changed files with 1524 additions and 1389 deletions
|
|
@ -1479,6 +1479,8 @@
|
|||
'hu': 'hu',
|
||||
'is': 'is',
|
||||
'it': 'it',
|
||||
'ja': 'ja',
|
||||
'ja-jp': 'ja',
|
||||
'ko': 'ko',
|
||||
'ko-kr': 'ko',
|
||||
'lv': 'lv',
|
||||
|
|
@ -1488,8 +1490,11 @@
|
|||
'pt': 'pt',
|
||||
'pt-pt': 'pt',
|
||||
'pt-br': 'pt-br',
|
||||
'ru': 'ru',
|
||||
'ro': 'ro',
|
||||
'ru': 'ru',
|
||||
'sk': 'sk',
|
||||
'tr': 'tr',
|
||||
'ua': 'ru',
|
||||
'zh': 'zh',
|
||||
'zh-cn': 'zh-cn'
|
||||
};
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -2901,6 +2901,8 @@
|
|||
'hu': 'hu',
|
||||
'is': 'is',
|
||||
'it': 'it',
|
||||
'ja': 'ja',
|
||||
'ja-jp': 'ja',
|
||||
'ko': 'ko',
|
||||
'ko-kr': 'ko',
|
||||
'lv': 'lv',
|
||||
|
|
@ -2910,8 +2912,11 @@
|
|||
'pt': 'pt',
|
||||
'pt-pt': 'pt',
|
||||
'pt-br': 'pt-br',
|
||||
'ru': 'ru',
|
||||
'ro': 'ro',
|
||||
'ru': 'ru',
|
||||
'sk': 'sk',
|
||||
'tr': 'tr',
|
||||
'ua': 'ru',
|
||||
'zh': 'zh',
|
||||
'zh-cn': 'zh-cn'
|
||||
};
|
||||
|
|
@ -19278,7 +19283,7 @@ module.exports = window;
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
|
||||
(function (module, require) {
|
||||
|
||||
|
||||
'use strict';
|
||||
|
||||
var
|
||||
|
|
@ -20017,7 +20022,6 @@ module.exports = window;
|
|||
sDate = '',
|
||||
sSubject = '',
|
||||
oText = null,
|
||||
oSubText = null,
|
||||
sText = '',
|
||||
sReplyTitle = '',
|
||||
aResplyAllParts = [],
|
||||
|
|
@ -20075,8 +20079,8 @@ module.exports = window;
|
|||
oText = $(oMessage.body).clone();
|
||||
Utils.removeBlockquoteSwitcher(oText);
|
||||
|
||||
oSubText = oText.find('[data-html-editor-font-wrapper=true]');
|
||||
sText = oSubText && oSubText[0] ? oSubText.html() : oText.html();
|
||||
oText.find('[data-html-editor-font-wrapper]').removeAttr('data-html-editor-font-wrapper');
|
||||
sText = oText.html();
|
||||
|
||||
switch (sComposeType)
|
||||
{
|
||||
|
|
@ -20285,11 +20289,11 @@ module.exports = window;
|
|||
|
||||
PopupsComposeViewModel.prototype.tryToClosePopup = function ()
|
||||
{
|
||||
var
|
||||
var
|
||||
self = this,
|
||||
PopupsAskViewModel = require('View:Popup:Ask')
|
||||
;
|
||||
|
||||
|
||||
if (!kn.isPopupVisible(PopupsAskViewModel))
|
||||
{
|
||||
kn.showScreenPopup(PopupsAskViewModel, [Utils.i18n('POPUPS_ASK/DESC_WANT_CLOSE_THIS_WINDOW'), function () {
|
||||
|
|
|
|||
4
rainloop/v/0.0.0/static/js/app.min.js
vendored
4
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue