diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-28 12:22:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-28 12:22:37 +0200 |
| commit | cd9efc989a5a86e610513dac31316193dc41431a (patch) | |
| tree | b276f5b4e67ee7d53951d770778e955aaf2ed2f1 /scripts/app.js | |
| parent | d7d34eb2bece8a39fecc3354de0f7d0a6e8827c6 (diff) | |
wip/history zoom
Diffstat (limited to 'scripts/app.js')
| -rw-r--r-- | scripts/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
