mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fixed: Folder expand/collapse not remembered (#934)
This commit is contained in:
parent
c926642bff
commit
568a1a1cda
8 changed files with 12 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ class CookieDriver
|
|||
*/
|
||||
set(key, data) {
|
||||
|
||||
let
|
||||
let
|
||||
result = false,
|
||||
storageResult = null
|
||||
;
|
||||
|
|
@ -46,10 +46,10 @@ class CookieDriver
|
|||
get(sKey) {
|
||||
|
||||
let result = null;
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
const
|
||||
const
|
||||
storageValue = $.cookie(CLIENT_SIDE_STORAGE_INDEX_NAME),
|
||||
storageResult = null === storageValue ? null : JSON.parse(storageValue)
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue