v1.18.x
Julian Lam 11 years ago
parent b3e04ed2bc
commit 5aabe47e2e

@ -65,8 +65,9 @@ define('forum/chats', ['string', 'sounds'], function(S, sounds) {
}); });
popoutEl.on('click', function() { popoutEl.on('click', function() {
app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid()); ajaxify.go('chats', function() {
ajaxify.go('chats'); app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid());
}, true);
}); });
}; };

Loading…
Cancel
Save