Skip to content

Commit

Permalink
Fixes channel deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 4, 2012
1 parent 81a6faf commit 4491468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/backbone/views/chatarea.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Kandan.Views.ChatArea extends Backbone.View
# className: 'channels'

events:
"click .ui-icon-close" : "deleteChannel"
"click .close_channel" : "deleteChannel"
"click .create_channel": "createChannel"

render: ->
Expand Down

0 comments on commit 4491468

Please sign in to comment.