aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-10-02 18:39:53 -0500
committerDevlon Duthie <duthied@gmail.com>2011-10-02 18:39:53 -0500
commit8e38fe6f47db54e7af12707130641e8de9f3eeb9 (patch)
tree5b2b4fadf9adc716bf7c94dc864c9403007a8c84 /js/main.js
parentf6f5e5b99389019bdd6a3258de19cdda2d014b97 (diff)
parent7c1968907d26a66581d362475a6b557e53e159cb (diff)
downloadvolse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.tar.gz
volse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.tar.bz2
volse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.zip
Merge branch 'master' of http://github.com/friendika/Free-Friendika
Diffstat (limited to 'js/main.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){