diff options
author | Adam Young <ayoung@redhat.com> | 2011-07-11 16:17:29 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-07-12 11:01:18 -0400 |
commit | e0238b5218d1c46bec3b0231db3bbef71a7403ef (patch) | |
tree | e75e6da01b0c9aa3138bd706bb3bf00ca58ea96c | |
parent | 28e85ee47aa6e71262b9bf50758da079e2089b76 (diff) | |
download | freeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.tar.gz freeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.tar.xz freeipa-e0238b5218d1c46bec3b0231db3bbef71a7403ef.zip |
entity_select naming
http://fedorahosted.org/freeipa/ticket/1467
-rw-r--r-- | install/ui/widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 = $('<input />',{ type: 'text', title: that.tooltip, + name: that.name, keyup:function(){ that.validate(); } |