From 0eb9a9100f3f6f9ed45a09954d36b0ef1df1d7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Wed, 8 Jan 2014 17:11:29 +0100 Subject: [PATCH] Feature #2570: Remove constant tooltip in wizard --- src/sunstone/public/js/plugins/groups-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/groups-tab.js b/src/sunstone/public/js/plugins/groups-tab.js index 5e697662f8..2e9c7266cc 100644 --- a/src/sunstone/public/js/plugins/groups-tab.js +++ b/src/sunstone/public/js/plugins/groups-tab.js @@ -1005,7 +1005,7 @@ function enableAdminUser(dialog){ //Prepares the dialog to create function setupCreateGroupDialog(){ - dialogs_context.append('
'); + dialogs_context.append('
'); $create_group_dialog = $('#create_group_dialog',dialogs_context); var dialog = $create_group_dialog;