From 17dccbdeccc037886b7d3335343a967df72555e8 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 15 Jun 2011 11:18:25 -0400 Subject: no redirect on search https://fedorahosted.org/freeipa/ticket/1281 --- install/ui/search.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/search.js') diff --git a/install/ui/search.js b/install/ui/search.js index 8250e0a7..5a9b14f0 100644 --- a/install/ui/search.js +++ b/install/ui/search.js @@ -287,6 +287,10 @@ IPA.search_facet = function(spec) { that.search_refresh(that.entity); }; + that.on_error = function(xhr, text_status, error_thrown) { + that.report_error(error_thrown); + }; + that.search_refresh = function(entity){ $('input[type=checkbox]',that.table.thead).removeAttr("checked"); -- cgit