From 4839c235da1ce6ed61c71d0a9d28df14c01b567b Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 25 Feb 2012 03:28:07 -0800 Subject: theme seen,unseen notifications --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 3a10ae468..36ef946ca 100755 --- a/js/main.js +++ b/js/main.js @@ -124,7 +124,7 @@ eNotif.children("note").each(function(){ e = $(this); text = e.text().format(""+e.attr('name')+""); - 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); }); -- cgit v1.2.3