浏览代码

Bugfix, need to return the chatbox

JC Brand 9 年之前
父节点
当前提交
7484259024
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/converse-controlbox.js

+ 1 - 1
src/converse-controlbox.js

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