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