mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
FIX: ensure we still works with cookies off
This commit is contained in:
parent
0c58f08207
commit
569f2815d1
@ -32,6 +32,7 @@ KeyValueStore.prototype = {
|
||||
},
|
||||
|
||||
remove(key) {
|
||||
if (!safeLocalStorage) { return; }
|
||||
return safeLocalStorage.removeItem(this.context + key);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user