From 8e95d1eb4e916c5fb218d161f568afaac0a06f0f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 22 Sep 2011 11:44:41 -0500 Subject: Removed undo flags from dialog field specs. Since the undo flag is now automatically set to false in dialogs, it's no longer necessary to specify it in the field specs. Ticket #1394 --- install/ui/sudo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/ui/sudo.js') diff --git a/install/ui/sudo.js b/install/ui/sudo.js index 23e5f7a2..a9773124 100644 --- a/install/ui/sudo.js +++ b/install/ui/sudo.js @@ -570,8 +570,7 @@ IPA.sudo.options_section = function(spec) { var ipasudoopt = dialog.add_field(IPA.text_widget({ name: 'ipasudoopt', - label: label, - undo: false + label: label })); dialog.add_button(IPA.messages.buttons.add, function() { -- cgit