From 4a72593893f9037aafb8549e342c14f8bf34e1ae Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 18 Aug 2011 13:46:44 +0200 Subject: Uncheck checkboxes in association after deletion https://fedorahosted.org/freeipa/ticket/1639 --- install/ui/search.js | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'install/ui/search.js') diff --git a/install/ui/search.js b/install/ui/search.js index bee55c06..454ecf45 100644 --- a/install/ui/search.js +++ b/install/ui/search.js @@ -86,6 +86,17 @@ IPA.search_facet = function(spec) { that.table.refresh = function() { that.refresh(); }; + + that.table.load = function(result) { + that.table.empty(); + + for (var i = 0; i