diff options
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r-- | install/ui/dns.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js index b6e6b23d..f295145d 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -476,7 +476,6 @@ IPA.records_facet = function(spec) { function on_error(xhr, text_status, error_thrown) { var summary = $('span[name=summary]', that.table.tfoot).empty(); summary.append('<p>Error: '+error_thrown.name+'</p>'); - summary.append('<p>'+error_thrown.title+'</p>'); summary.append('<p>'+error_thrown.message+'</p>'); } |