diff options
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 63b2c549..0b358156 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1792,7 +1792,7 @@ IPA.button = function(spec) { name: spec.name, href: spec.href || '#' + (spec.name || 'button'), title: spec.title || spec.label, - 'class': 'ui-state-default ui-corner-all input_link', + 'class': 'ui-state-default ui-corner-all button', style: spec.style, click: spec.click, blur: spec.blur |