json notification popup mostly working in zero

This commit is contained in:
friendica
2012-07-17 22:11:24 -07:00
parent a10e9d335a
commit 59ec671879
6 changed files with 59 additions and 50 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ function ping_init(&$a) {
'url' => $zz['url'],
'photo' => $zz['photo'],
'when' => relative_date($zz['date']),
'classs' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'),
'class' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'),
'message' => strip_tags(bbcode($zz['msg']))
);
}