summaryrefslogtreecommitdiffstats
path: root/install/ui/develop.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/develop.js')
-rw-r--r--install/ui/develop.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/install/ui/develop.js b/install/ui/develop.js
index 9f0c8dd5a..e69de29bb 100644
--- a/install/ui/develop.js
+++ b/install/ui/develop.js
@@ -1,13 +0,0 @@
-/*jsl:import ipa.js */
-
-if (window.location.protocol == 'file:') {
- IPA.json_url = "test/data";
- IPA.use_static_files = true;
-
- IPA.details_refresh_devel_hook = function(entity_name,command,pkey){
- if ((entity_name === 'host')||(entity_name === 'permission')){
- command.name = entity_name+'_show_'+pkey;
- command.method = entity_name+'_show';
- }
- };
-}