From 485e4a097ff8c96d3b36cb9c6a53b782f6b8e0cf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 24 Jan 2011 22:00:38 -0500 Subject: remove icons from association buttons --- install/ui/widget.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'install') diff --git a/install/ui/widget.js b/install/ui/widget.js index 138526fb3..90f6dac8b 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1191,7 +1191,6 @@ IPA.adder_dialog = function (spec) { button = $('input[name=remove]', that.container); that.remove_button = IPA.button({ 'label': button.val(), - 'icon': 'ui-icon-trash', 'click': function() { that.remove(); } @@ -1201,7 +1200,6 @@ IPA.adder_dialog = function (spec) { button = $('input[name=add]', that.container); that.add_button = IPA.button({ 'label': button.val(), - 'icon': 'ui-icon-plus', 'click': function() { that.add(); } -- cgit