diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-12-01 21:43:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-12-01 21:43:54 +0100 |
commit | fdb04592887bd9bb804ee63ac320d04fe0968a80 (patch) | |
tree | f3228e53a96eee6a5218f4b04a5949e54c62180b /view/js | |
parent | cded6b11366e15d6d4ac3eb6d9f86f4d0a60fa7c (diff) | |
parent | 6f22e47febdfb46494a0e1681e3eabdbd00fe72b (diff) | |
download | volse-hubzilla-fdb04592887bd9bb804ee63ac320d04fe0968a80.tar.gz volse-hubzilla-fdb04592887bd9bb804ee63ac320d04fe0968a80.tar.bz2 volse-hubzilla-fdb04592887bd9bb804ee63ac320d04fe0968a80.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 085bc8d0d..f4bfd413b 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -544,7 +544,7 @@ function handleNotificationsItems(notifyType, data) { notify_menu.html(''); $(data).each(function() { - html = notifications_tpl.format(this.notify_link,this.photo,this.name,this.message,this.when,this.hclass,this.b64mid,this.notify_id,this.thread_top,this.unseen,this.private_forum); + html = notifications_tpl.format(this.notify_link,this.photo,this.name,this.addr,this.message,this.when,this.hclass,this.b64mid,this.notify_id,this.thread_top,this.unseen,this.private_forum); notify_menu.append(html); }); |