diff --git a/util.js b/util.js index 0ca2b1e..1af6acc 100644 --- a/util.js +++ b/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')); }