From 3de84ecf7ee754e93e74ba84dbcf5558e4ed83e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 16 Jul 2013 21:57:14 +0200 Subject: [PATCH] Set debug to false. --- util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.js b/util.js index 6cbb9ac..338574f 100644 --- a/util.js +++ b/util.js @@ -6,7 +6,7 @@ var templatePage, templateBookDetail, templateMain, currentData, before, filterL var cache = new LRUCache(30); -var DEBUG = true; +var DEBUG = false; var isPushStateEnabled = window.history && window.history.pushState && window.history.replaceState && // pushState isn't reliable on iOS until 5. !navigator.userAgent.match(/((iPod|iPhone|iPad).+\bOS\s+[1-4]|WebApps\/.+CFNetwork)/);