aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-01 21:43:54 +0100
committerMario Vavti <mario@mariovavti.com>2018-12-01 21:43:54 +0100
commitfdb04592887bd9bb804ee63ac320d04fe0968a80 (patch)
treef3228e53a96eee6a5218f4b04a5949e54c62180b /view/js/main.js
parentcded6b11366e15d6d4ac3eb6d9f86f4d0a60fa7c (diff)
parent6f22e47febdfb46494a0e1681e3eabdbd00fe72b (diff)
downloadvolse-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/main.js')
-rw-r--r--view/js/main.js2
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);
});