Removed develop.js.

The develop.js is no longer necessary because the code in it has
been merged into the main code.

An empty extension.js has been added to provide a place for UI
customization.

Ticket #2099
This commit is contained in:
Endi S. Dewata
2011-11-09 18:48:04 -06:00
committed by Adam Young
parent d6d24be289
commit 20ad8fe1ba
17 changed files with 80 additions and 91 deletions

View File

@@ -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';
}
};
}