Commit eff23356 authored by JC Brand's avatar JC Brand

Bugfix. Wrong function signature

parent 80c26e70
......@@ -358,7 +358,7 @@
});
};
converse.on('ready', onLogin);
converse.on('controlBoxOpened', function (chatbox) {
converse.on('controlBoxOpened', function (evt, chatbox) {
// Wrapped in anon method because at scan time, chatboxviews
// attr not set yet.
converse.chatboxviews.trimChats(chatbox);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment