no more body theme - just ui-br

This commit is contained in:
scottjehl 2010-10-15 10:36:43 -04:00
parent 7229b082d2
commit a4e9594857

View file

@ -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);