summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/search.js')
-rw-r--r--install/ui/src/freeipa/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index c2e678a3..10ed0cb9 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -165,7 +165,7 @@ IPA.search_facet = function(spec, no_init) {
});
}
dialog.pkey_prefix = that.managed_entity_pkey_prefix();
- dialog.open(that.container);
+ dialog.open();
};
that.create_remove_dialog = function() {
@@ -201,7 +201,7 @@ IPA.search_facet = function(spec, no_init) {
that.show_remove_dialog = function() {
var dialog = that.create_remove_dialog();
- dialog.open(that.container);
+ dialog.open();
};
that.find = function() {