Skip to content

Commit

Permalink
adding status shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
netaustin committed Dec 10, 2011
1 parent 366fa91 commit 713cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/keyboard_shortcuts.js
Expand Up @@ -388,7 +388,7 @@ var KsIssueManager = Class.create({
description: "Save the issue"
},
s: {
press: this.closeIssue.bind(this),
press: this.setStatus.bind(this),
description: "Set Status"
}
};
Expand Down

0 comments on commit 713cf46

Please sign in to comment.