summaryrefslogtreecommitdiff
path: root/scripts/app.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-02 13:04:00 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-02 13:04:00 +0200
commitfd71a019b015b151da0f8645eb39e43cba95b849 (patch)
tree765f673f73d28481c85a38ebb26cf1f8a80445e0 /scripts/app.js
parentbfc9f705232f396e5ee80326593e97dafe4ca206 (diff)
recomment 'urlArgs', causes debug script naming issues
Diffstat (limited to 'scripts/app.js')
-rw-r--r--scripts/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/app.js b/scripts/app.js
index 96b15fcb..aac60446 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',