mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Update package.json dependencies (+ fixes and improvements)
This commit is contained in:
parent
59128f285b
commit
f8b4aa8683
8 changed files with 463 additions and 495 deletions
|
|
@ -3,7 +3,6 @@ import window from 'window';
|
|||
import _ from '_';
|
||||
import $ from '$';
|
||||
import progressJs from 'progressJs';
|
||||
import Tinycon from 'Tinycon';
|
||||
|
||||
import {
|
||||
noop, trim, log, has, isArray, inArray, isUnd, isNormal, isPosNumeric, isNonEmptyArray,
|
||||
|
|
@ -1437,16 +1436,6 @@ class AppUser extends AbstractApp
|
|||
if (!bMobileDevice)
|
||||
{
|
||||
_.defer(() => this.initVerticalLayoutResizer(ClientSideKeyName.FolderListSize));
|
||||
|
||||
if (Tinycon && Settings.appSettingsGet('faviconStatus') && !Settings.appSettingsGet('listPermanentFiltered'))
|
||||
{
|
||||
Tinycon.setOptions({
|
||||
fallback: false
|
||||
});
|
||||
|
||||
Events.sub('mailbox.inbox-unread-count',
|
||||
(iCount) => Tinycon.setBubble(0 < iCount ? (99 < iCount ? 99 : iCount) : 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
/* global RL_ES6 */
|
||||
|
||||
import window from 'window';
|
||||
import progressJs from 'progressJs';
|
||||
import Promise from 'Promise';
|
||||
|
|
@ -19,11 +17,6 @@ window.__rlah_data = () => RL_APP_DATA_STORAGE;
|
|||
|
||||
const useJsNextBundle = (function() {
|
||||
|
||||
if (!RL_ES6)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/* eslint-disable */
|
||||
// try {
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue