summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 45ffa6f16..50fccce49 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -484,12 +484,10 @@ IPA.details_facet = function(spec) {
}
};
- function new_key(){
+ that.needs_update = function() {
var pkey = IPA.nav.get_state(that.entity_name+'-pkey');
return pkey != that.pkey;
- }
- that.new_key = new_key;
-
+ };
that.is_dirty = function() {
var sections = that.sections.values;