summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index 6f003418..4d9e728d 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -1021,7 +1021,6 @@ IPA.association_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>');
}