mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
theme seen,unseen notifications
This commit is contained in:
parent
aa67771eaa
commit
4839c235da
4 changed files with 20 additions and 16 deletions
|
@ -124,7 +124,7 @@
|
|||
eNotif.children("note").each(function(){
|
||||
e = $(this);
|
||||
text = e.text().format("<span class='contactname'>"+e.attr('name')+"</span>");
|
||||
html = notifications_tpl.format(e.attr('href'),e.attr('photo'), text, e.attr('date'));
|
||||
html = notifications_tpl.format(e.attr('href'),e.attr('photo'), text, e.attr('date'), e.attr('seen'));
|
||||
nnm.append(html);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue