Merge pull request #5062 from pichalite/patch-1

redirect main window to correct url on chat pop out
v1.18.x
Barış Soner Uşaklı 8 years ago committed by GitHub
commit 543a403fa8

@ -62,7 +62,7 @@ define('forum/chats', [
var roomId = ajaxify.data.roomId;
if (app.previousUrl && app.previousUrl.match(/chats/)) {
ajaxify.go('chats', function() {
ajaxify.go('user/' + ajaxify.data.userslug + '/chats', function() {
app.openChat(roomId);
}, true);
} else {

Loading…
Cancel
Save