From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/develop.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install/ui/develop.js (limited to 'install/ui/develop.js') diff --git a/install/ui/develop.js b/install/ui/develop.js new file mode 100644 index 000000000..462253500 --- /dev/null +++ b/install/ui/develop.js @@ -0,0 +1,6 @@ +/*jsl:import ipa.js */ + +if (window.location.protocol == 'file:') { + IPA.json_url = "test/data"; + IPA.use_static_files = true; +} -- cgit