diff --git a/public/src/client/chats/recent.js b/public/src/client/chats/recent.js index e95625743f..114a1807fc 100644 --- a/public/src/client/chats/recent.js +++ b/public/src/client/chats/recent.js @@ -8,6 +8,7 @@ define('forum/chats/recent', ['alerts'], function (alerts) { require(['forum/chats'], function (Chats) { $('[component="chat/recent"]').on('click', '[component="chat/recent/room"]', function () { Chats.switchChat($(this).attr('data-roomid')); + return false; }); $('[component="chat/recent"]').on('scroll', function () {