Searched refs:lsReadFlag (Results 1 – 1 of 1) sorted by relevance
5891 var lsReadFlag = target + 'NotifReadTS';5892 var lastRead = (localStorage != null) ? parseInt(localStorage.getItem(lsReadFlag)) : true;5899 this.showNotification(notifs, lsReadFlag);5943 App.prototype.showNotification = function(notifs, lsReadFlag) argument6000 localStorage.setItem(lsReadFlag, notifs[0].timestamp);