From e0238b5218d1c46bec3b0231db3bbef71a7403ef Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 11 Jul 2011 16:17:29 -0400 Subject: entity_select naming http://fedorahosted.org/freeipa/ticket/1467 --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ui/widget.js b/install/ui/widget.js index 9a3ae1ba9..795fdaf60 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1653,6 +1653,7 @@ IPA.entity_select_widget = function(spec) { that.edit_box = $('',{ type: 'text', title: that.tooltip, + name: that.name, keyup:function(){ that.validate(); } -- cgit