From 4bab6b7e5d4f6454e5293c3b403fded397f93610 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 22 Nov 2011 15:41:33 +0100 Subject: Splitting basic widgets into visual widgets and fields https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/entitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/entitle.js') diff --git a/install/ui/entitle.js b/install/ui/entitle.js index d2039c4b..066ececf 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -698,7 +698,7 @@ IPA.entitle.download_widget = function(spec) { spec = spec || {}; - var that = IPA.widget(spec); + var that = IPA.input_widget(spec); that.create = function(container) { that.link = $('', { -- cgit