From cd9efc989a5a86e610513dac31316193dc41431a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Oct 2014 12:22:37 +0200 Subject: wip/history zoom --- scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/app.js') diff --git a/scripts/app.js b/scripts/app.js index 2ad7d5c0..96b15fcb 100644 --- a/scripts/app.js +++ b/scripts/app.js @@ -1,6 +1,6 @@ (function() { var config = { - //urlArgs: "bust=" + (new Date()).getTime(), // NOTE: useful for debugging + urlArgs: "bust=" + (new Date()).getTime(), // NOTE: useful for debugging paths: { jquery: 'external/jquery', 'jquery-ui': 'external/jquery-ui', -- cgit v1.3.1