mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-09 23:24:44 +00:00
Fixed regression with radio and checkboxes
This commit is contained in:
parent
e83fea8ddc
commit
b2656c28a6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $.fn.buttonMarkup = function( options ){
|
|||
innerClass = "ui-btn-inner",
|
||||
iconClass;
|
||||
|
||||
if (o.icon) {
|
||||
if (o.iconPos || o.icon) {
|
||||
o.icon = 'ui-icon-' + o.icon;
|
||||
o.iconPos = o.iconPos || 'left';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue