summaryrefslogtreecommitdiffstats
path: root/install/static/develop.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/develop.js')
-rw-r--r--install/static/develop.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/static/develop.js b/install/static/develop.js
index 1a80e94a6..f161f7826 100644
--- a/install/static/develop.js
+++ b/install/static/develop.js
@@ -1,2 +1,4 @@
-ipa_use_sampledata = (window.location.protocol == 'file:');
-
+if (window.location.protocol == 'file:') {
+ ipa_json_url = "test/data";
+ ipa_use_static_files = true;
+}