we need to manualy take care to mark the notification read in this case

This commit is contained in:
Mario Vavti 2018-01-31 20:41:31 +01:00
parent d24cf0b85b
commit 40cdb70b2f

View File

@ -33,6 +33,14 @@
{{if $module != 'hq' && $startpage == 'hq'}}
e.preventDefault();
if(typeof notify_id !== 'undefined' && notify_id !== 'undefined') {
$.post(
"hq",
{
"notify_id" : notify_id
}
);
}
window.location.href = 'hq/' + b64mid;
return;
{{else}}