no redirect on search

https://fedorahosted.org/freeipa/ticket/1281
This commit is contained in:
Adam Young
2011-06-15 11:18:25 -04:00
parent b22a41ead5
commit 17dccbdecc
2 changed files with 13 additions and 4 deletions

View File

@@ -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");