mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Bugfix: Contacts.js trim() missing
Bugfix: ClearCookie failed
This commit is contained in:
parent
d88855ebd9
commit
b185402ae7
3 changed files with 19 additions and 12 deletions
|
|
@ -13,7 +13,6 @@ import {
|
|||
import {
|
||||
delegateRunOnDestroy,
|
||||
computedPagenatorHelper,
|
||||
trim,
|
||||
isNonEmptyArray,
|
||||
fakeMd5,
|
||||
pInt
|
||||
|
|
@ -42,6 +41,8 @@ import { getApp } from 'Helper/Apps/User';
|
|||
import { popup, command, showScreenPopup, hideScreenPopup, routeOn, routeOff } from 'Knoin/Knoin';
|
||||
import { AbstractViewNext } from 'Knoin/AbstractViewNext';
|
||||
|
||||
const trim = text => null == text ? "" : (text + "").trim();
|
||||
|
||||
@popup({
|
||||
name: 'View/Popup/Contacts',
|
||||
templateID: 'PopupsContacts'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue