Style conversation menu
This commit is contained in:
parent
ed13d47125
commit
b13e36a11c
4 changed files with 72 additions and 9 deletions
|
@ -50,7 +50,12 @@
|
|||
'click .destroy': 'destroyMessages',
|
||||
'click .new-group-update': 'newGroupUpdate',
|
||||
'click .settings-btn': 'toggleSettings',
|
||||
'click .go-back': 'toggleSettings'
|
||||
'click .go-back': 'toggleSettings',
|
||||
'click .hamburger': 'toggleMenu'
|
||||
},
|
||||
|
||||
toggleMenu: function() {
|
||||
this.$el.find('.menu-list').toggle();
|
||||
},
|
||||
|
||||
newGroupUpdate: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue