This commit is contained in:
Julian Lam
2014-07-09 16:14:15 -04:00
parent b3e04ed2bc
commit 5aabe47e2e

View File

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