From 3625a1e88afd26e3694d33f3a491824ba0d1f9e3 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 28 Jan 2011 13:06:34 -0500 Subject: 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 --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') 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) { -- cgit