Cosmetics
This commit is contained in:
parent
bf54e6a7b9
commit
77b155ac20
1 changed files with 1 additions and 1 deletions
2
util.js
2
util.js
|
@ -68,7 +68,7 @@ window.onpopstate = function(event) {
|
|||
updatePage (event.state);
|
||||
};
|
||||
|
||||
$(document).keydown(function(e){
|
||||
$(document).keydown(function(e){
|
||||
if (e.keyCode == 37 && $("#prevLink").length > 0) {
|
||||
navigateTo ($("#prevLink").attr('href'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue