mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 13:50:36 +01:00
closes #6642
This commit is contained in:
@@ -211,7 +211,7 @@ define('chat', [
|
||||
chatModal.find('.modal-header').on('dblclick', gotoChats);
|
||||
chatModal.find('button[data-action="maximize"]').on('click', gotoChats);
|
||||
chatModal.find('button[data-action="minimize"]').on('click', function () {
|
||||
var uuid = chatModal.attr('uuid');
|
||||
var uuid = chatModal.attr('data-uuid');
|
||||
module.minimize(uuid);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user