This commit is contained in:
Baris Usakli
2013-07-25 16:20:18 -04:00
parent 58ad74abb5
commit 19b570cdcf
5 changed files with 27 additions and 9 deletions

View File

@@ -41,9 +41,9 @@
});
socket.emit('api:updateHeader', { fields: ['username', 'picture', 'userslug'] });
socket.on('api:updateHeader', function(data) {
var rightMenu = $('#right-menu');
if (data.uid > 0) {