diff options
Diffstat (limited to 'install/static/develop.js')
-rw-r--r-- | install/static/develop.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install/static/develop.js b/install/static/develop.js deleted file mode 100644 index 46225350..00000000 --- a/install/static/develop.js +++ /dev/null @@ -1,6 +0,0 @@ -/*jsl:import ipa.js */ - -if (window.location.protocol == 'file:') { - IPA.json_url = "test/data"; - IPA.use_static_files = true; -} |