summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-28 13:06:34 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-28 14:57:06 -0500
commit3625a1e88afd26e3694d33f3a491824ba0d1f9e3 (patch)
tree0ba206e017aef8b2e47b7133d03f3ce931d5052a /install/ui/widget.js
parentb96138ba56d33fb3b84d992a731d797c2c8492be (diff)
downloadfreeipa-3625a1e88afd26e3694d33f3a491824ba0d1f9e3.tar.gz
freeipa-3625a1e88afd26e3694d33f3a491824ba0d1f9e3.tar.xz
freeipa-3625a1e88afd26e3694d33f3a491824ba0d1f9e3.zip
services list
Declaritive Service definition Fixed a problem with multiple calls to create breaking the link between the select box and the text box swapped the select and the text https://fedorahosted.org/freeipa/ticket/442
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 3bb5c0f5a..19dc4d121 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -262,6 +262,7 @@ IPA.text_widget = function(spec) {
undo.click(function() {
that.reset();
});
+ that.input = input;
};
that.load = function(record) {