Skip to content

Commit

Permalink
Allow activating sort buttons with the keyboard.
Browse files Browse the repository at this point in the history
Fixes #1345
  • Loading branch information
arantius committed Apr 27, 2011
1 parent df660cc commit cc38b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/addons4-overlay.js
Expand Up @@ -92,7 +92,7 @@ function init() {
onViewChanged(); // initialize on load as well as when it changes later

document.getElementById('greasemonkey-sort-bar').addEventListener(
'click', onSortersClicked, false);
'command', onSortersClicked, false);
applySort();
};

Expand Down

0 comments on commit cc38b0c

Please sign in to comment.