mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 00:40:27 +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({
|
||||
theme: 'c'
|
||||
},options);
|
||||
return $(this).addClass('ui-field-contain ui-body ui-body-'+o.theme);
|
||||
return $(this).addClass('ui-field-contain ui-body ui-br');
|
||||
};
|
||||
})(jQuery);
|
||||
Loading…
Reference in a new issue