diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-19 12:26:14 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-20 14:12:47 +0000 |
commit | b9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch) | |
tree | 3c3bd271231ff635278b1cf88bfbd79d792de23d /install/static/develop.js | |
parent | 835436df1549578932705f5722bc78ec985c2f69 (diff) | |
download | freeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz freeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz freeipa.git-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip |
rename static to ui
Directory rename
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; -} |