Skip to content

Commit

Permalink
Completed a sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
deestan committed Mar 6, 2015
1 parent 3f4d165 commit a1508f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/integration/drpublish/js/plugin.js
Expand Up @@ -29,7 +29,7 @@ $(document).ready(function() {
timeout = null;
}

if (evt.keyCode == 13) { // Enter is shortcut
if (evt.keyCode == 13) { // Enter is shortcut to clear pagination and bypass stagger
searchSkip = 0;
return fn(true);
}
Expand Down

0 comments on commit a1508f3

Please sign in to comment.