aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-19 16:19:14 -0800
committerzotlabs <mike@macgirvin.com>2018-02-19 16:19:14 -0800
commit76b5c686460ed5fe4c93dc0e268d99dc9eb988b6 (patch)
treec8eb101027b5157014b50080a1d5c32101c67e42 /view/js
parentb6b4827680d14bcb0062bba4a272f661bbb33d8c (diff)
parent66309a3fea4b087ffef53ea93d5573278515dcf0 (diff)
downloadvolse-hubzilla-76b5c686460ed5fe4c93dc0e268d99dc9eb988b6.tar.gz
volse-hubzilla-76b5c686460ed5fe4c93dc0e268d99dc9eb988b6.tar.bz2
volse-hubzilla-76b5c686460ed5fe4c93dc0e268d99dc9eb988b6.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 4a2bae802..f6fe475d8 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -357,7 +357,9 @@ function closeMenu(theID) {
function markRead(notifType) {
$.get('ping?f=&markRead='+notifType);
$('.' + notifType + '-button').hide();
+ $('#nav-' + notifType + '-sub').removeClass('show');
sessionStorage.removeItem(notifType + '_notifications_cache');
+ sessionStorage.removeItem('notification_open');
if(timer) clearTimeout(timer);
timer = setTimeout(updateInit,2000);
}