Commit 88b1b55e authored by JC Brand's avatar JC Brand

Declare vars

parent 14427748
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment