|
|
@ -176,7 +176,7 @@ $(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
|
|
if (!slideout.isOpen()) {
|
|
|
|
if (!slideout.isOpen()) {
|
|
|
|
require(['chat', 'notifications'], function(chat, notifications) {
|
|
|
|
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'));
|
|
|
|
notifications.loadNotifications($('#menu [data-section="notifications"] ul'));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|