diff options
Diffstat (limited to 'install/ui/search.js')
-rw-r--r-- | install/ui/search.js | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |