mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Adam Young
parent
d6d24be289
commit
20ad8fe1ba
@@ -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';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user