fix for missing notifications and chats on mobile menu

main
psychobunny 10 years ago
parent de8a60c1be
commit 09c605671a

@ -176,7 +176,7 @@ $(document).ready(function() {
if (!slideout.isOpen()) {
require(['chat', 'notifications'], function(chat, notifications) {
chat.loadChats($('#menu [data-section="chats"] ul'));
chat.loadChatsDropdown($('#menu [data-section="chats"] ul'));
notifications.loadNotifications($('#menu [data-section="notifications"] ul'));
});
}

Loading…
Cancel
Save