possible fix for #1326
This commit is contained in:
parent
b1b1e0eba4
commit
cc1e1a525f
@ -468,6 +468,9 @@ function notificationsUpdate(cached_data) {
|
||||
$.get(pingCmd,function(data) {
|
||||
|
||||
// Put the object into storage
|
||||
if(! data)
|
||||
return;
|
||||
|
||||
sessionStorage.setItem('notifications_cache', JSON.stringify(data));
|
||||
|
||||
var fnotifs = [];
|
||||
|
Reference in New Issue
Block a user