diff options
Diffstat (limited to 'install/ui/details.js')
-rw-r--r-- | install/ui/details.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/details.js b/install/ui/details.js index 657d3bc3..ee5b5554 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -621,7 +621,6 @@ IPA.details_facet = function(spec) { command.on_error = function(xhr, text_status, error_thrown) { var details = $('.details', that.container).empty(); details.append('<p>Error: '+error_thrown.name+'</p>'); - details.append('<p>'+error_thrown.title+'</p>'); details.append('<p>'+error_thrown.message+'</p>'); }; |