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