action:chat.loaded hook

This commit is contained in:
barisusakli
2014-07-01 15:05:07 -04:00
parent 9a4e6aa01c
commit 64f680a0a3

View File

@@ -221,6 +221,8 @@ define('chat', ['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
state: ''
});
$(window).trigger('action:chat.loaded', chatModal);
callback(chatModal);
});
});