notifications/system not marking all notifications seen
This commit is contained in:
parent
86fb165dc9
commit
df634f9853
@ -1,6 +1,6 @@
|
|||||||
<h1>{{$notif_header}}</h1>
|
<h1>{{$notif_header}}</h1>
|
||||||
{{if $notifications_available}}
|
{{if $notifications_available}}
|
||||||
<a href="#" onclick="markRead('notify');">{{$notif_link_mark_seen}}</a>
|
<a href="#" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="notif-network-wrapper">
|
<div class="notif-network-wrapper">
|
||||||
{{$notif_content}}
|
{{$notif_content}}
|
||||||
|
Reference in New Issue
Block a user