summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 508f6ed40..dafa7a553 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -144,8 +144,7 @@ function search_create(entity_name, columns, container) {
function delete_on_click_outer() {
var delete_list = [];
var delete_dialog = $('<div></div>', {
- title: IPA.messages.button.delete,
- 'class': 'search-dialog-delete'
+ title: IPA.messages.button.delete
});
function delete_on_click() {