mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
FIX: ensure we still works with cookies off
This commit is contained in:
parent
0c58f08207
commit
569f2815d1
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ KeyValueStore.prototype = {
|
|||
},
|
||||
|
||||
remove(key) {
|
||||
if (!safeLocalStorage) { return; }
|
||||
return safeLocalStorage.removeItem(this.context + key);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue