Bugfix, need to return the chatbox

This commit is contained in:
JC Brand 2016-03-09 10:01:20 +00:00
parent 8b30c60592
commit 7484259024

View File

@ -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) {