diff --git a/public/src/app.js b/public/src/app.js index 855e6192ee..c3bb7ee609 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -276,7 +276,7 @@ app.cacheBuster = null; if (err) { return app.alertError(err.message); } - if (!ajaxify.currentPage.match(/^chats\//)) { + if (!ajaxify.currentPage.match(/^chats\//)) { app.openChat(roomId); } else {