Skip to content

Commit

Permalink
Just click to add and remove badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbertom committed Apr 14, 2015
1 parent 8b90b95 commit 0c974b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/badges/views.js
Expand Up @@ -32,7 +32,7 @@

var ClickableBadgeView = BadgeView.extend({
events: {
'dblclick .badge': 'clicked'
'click .badge': 'clicked'
},
clicked: function(event) {
this.parent.clickedSubView(event, this);
Expand Down

0 comments on commit 0c974b8

Please sign in to comment.