Declare vars
This commit is contained in:
parent
1442774856
commit
88b1b55e4d
@ -200,7 +200,8 @@
|
||||
$chat_content = $(this.el).find('.chat-content'),
|
||||
user_id = Strophe.getNodeFromJid(jid),
|
||||
delayed = $(message).find('delay').length > 0,
|
||||
fullname = this.model.get('fullname');
|
||||
fullname = this.model.get('fullname'),
|
||||
time, stamp;
|
||||
|
||||
if (xmppchat.xmppstatus.getOwnStatus() === 'offline') {
|
||||
// only update the UI if the user is not offline
|
||||
|
Loading…
Reference in New Issue
Block a user