diff options
Diffstat (limited to 'install/ui/details.js')
-rw-r--r-- | install/ui/details.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install/ui/details.js b/install/ui/details.js index eadc4f2eb..125ef1bc8 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -372,12 +372,6 @@ IPA.details_section = function (spec){ return field; }; - that.create_button = function(spec) { - var field = IPA.button_widget(spec); - that.add_field(field); - return field; - }; - that.init = function() { for (var i=0; i<that.fields.length; i++) { var field = that.fields[i]; |