From 77b155ac20d99fd8a52ff77e71a095bcee89f1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 16 Jun 2013 14:47:11 +0200 Subject: [PATCH] Cosmetics --- util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }