Commit 74842590 authored by JC Brand's avatar JC Brand

Bugfix, need to return the chatbox

parent 8b30c605
......@@ -102,7 +102,7 @@
getOldestMaximizedChat: function (exclude_ids) {
exclude_ids.push('controlbox');
this._super.getOldestMaximizedChat.apply(this, arguments);
return this._super.getOldestMaximizedChat.apply(this, arguments);
},
getChatBoxWidth: function (view) {
......
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