chore: make notification display by default
This commit is contained in:
committed by
leangseu-edx
parent
9698c4d4de
commit
18103bcf54
@@ -21,7 +21,7 @@ function getSessionStorage(key) {
|
||||
function setSessionStorage(key, value) {
|
||||
try {
|
||||
if (global.sessionStorage) {
|
||||
global.sessionStorage.setItem(key, JSON.stringify(value));
|
||||
global.sessionStorage.setItem(key, value);
|
||||
}
|
||||
} catch (e) {
|
||||
// If this fails, just bail.
|
||||
|
||||
Reference in New Issue
Block a user