mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-26 23:04:00 +00:00
no more body theme - just ui-br
This commit is contained in:
parent
7229b082d2
commit
a4e9594857
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ $.fn.fieldcontain = function(options){
|
||||||
var o = $.extend({
|
var o = $.extend({
|
||||||
theme: 'c'
|
theme: 'c'
|
||||||
},options);
|
},options);
|
||||||
return $(this).addClass('ui-field-contain ui-body ui-body-'+o.theme);
|
return $(this).addClass('ui-field-contain ui-body ui-br');
|
||||||
};
|
};
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
Loading…
Reference in a new issue