Cosmetics

This commit is contained in:
Sébastien Lucas 2013-06-16 14:47:11 +02:00
parent bf54e6a7b9
commit 77b155ac20

View file

@ -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'));
}