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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/develop.js b/install/static/develop.js
index f161f782..251be0fa 100644
--- a/install/static/develop.js
+++ b/install/static/develop.js
@@ -1,4 +1,4 @@
if (window.location.protocol == 'file:') {
- ipa_json_url = "test/data";
- ipa_use_static_files = true;
+ IPA.json_url = "test/data";
+ IPA.use_static_files = true;
}