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/static/develop.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 install/static/develop.js (limited to 'install/static/develop.js') 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; -} -- cgit