mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
Fix: handle click on muc list item
This commit is contained in:
parent
340dc6552c
commit
61108ea5b7
@ -19,7 +19,7 @@ module.exports = HumanView.extend({
|
|||||||
displayUnreadCount: '.unread'
|
displayUnreadCount: '.unread'
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
'click .name': 'handleClick',
|
'click': 'handleClick',
|
||||||
'click .join': 'handleJoinRoom',
|
'click .join': 'handleJoinRoom',
|
||||||
'click .remove': 'handleLeaveRoom'
|
'click .remove': 'handleLeaveRoom'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user