diff options
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r-- | install/ui/dns.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js index 1c0ff6ee..ff429452 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -329,12 +329,6 @@ IPA.records_facet = function(spec) { dialog.open(that.container); }; - that.is_dirty = function() { - var pkey = $.bbq.getState(that.entity_name+'-pkey'); - var record = $.bbq.getState(that.entity_name+'-record'); - return pkey != that.pkey || record != that.record; - }; - that.create_header = function(container) { that.facet_create_header(container); |