Set debug to false.
This commit is contained in:
parent
fb51523b33
commit
3de84ecf7e
2
util.js
2
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)/);
|
||||
|
|
Loading…
Reference in a new issue