From a4e95948571fbb26b859ea74caaff1a6ee6d037e Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 15 Oct 2010 10:36:43 -0400 Subject: [PATCH] no more body theme - just ui-br --- js/jquery.mobile.fieldContain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.fieldContain.js b/js/jquery.mobile.fieldContain.js index 9f5001ac..f3434fb3 100644 --- a/js/jquery.mobile.fieldContain.js +++ b/js/jquery.mobile.fieldContain.js @@ -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); \ No newline at end of file