mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
shorten url cache state in a javascript variable, and leave on information about the current entity in the URL hash params
https://fedorahosted.org/freeipa/ticket/674 decrement depth for hidden tabs. Initialize state from url useing delete for removing state stricter attribute matching not incrementing depth for all hidden tabs. whitespace cleanup
This commit is contained in:
committed by
Endi S. Dewata
parent
67b807d640
commit
66eeaceb8c
@@ -35,6 +35,12 @@ module('details', {
|
||||
}
|
||||
);
|
||||
|
||||
IPA.nav = {};
|
||||
|
||||
IPA.nav.get_state = function(key){
|
||||
return $.bbq.getState(key);
|
||||
};
|
||||
|
||||
details_container = $('<div id="details"/>').appendTo(document.body);
|
||||
|
||||
var obj_name = 'user';
|
||||
|
||||
Reference in New Issue
Block a user