aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-02 02:46:54 -0700
committerFriendika <info@friendika.com>2011-10-02 02:46:54 -0700
commit8c9a6b0512da3bd73f28989bc179c4e417b267d8 (patch)
treea041443d62be9bb705d21f30e9599ce57abf7d84 /js
parentc72883f06822658491134d41a3b8ab83d9984b86 (diff)
downloadvolse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.tar.gz
volse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.tar.bz2
volse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.zip
fix notifications duepuntozero
Diffstat (limited to 'js')
-rw-r--r--js/main.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index 896cbeb56..e0694e47f 100644
--- a/js/main.js
+++ b/js/main.js
@@ -95,6 +95,16 @@
if(home == 0) { home = ''; $('#home-update').removeClass('show') } else { $('#home-update').addClass('show') }
$('#home-update').html(home);
+ var intro = $(data).find('intro').text();
+ if(intro == 0) { intro = ''; $('#intro-update').removeClass('show') } else { $('#intro-update').addClass('show') }
+ $('#intro-update').html(intro);
+
+ var mail = $(data).find('mail').text();
+ if(mail == 0) { mail = ''; $('#mail-update').removeClass('show') } else { $('#mail-update').addClass('show') }
+ $('#mail-update').html(mail);
+
+
+
var eNotif = $(data).find('notif')
notif = eNotif.attr('count');
if (notif>0){