Correctly addresses #3020 — “Content” elements now correctly apply themes, but do not inherit the theme set on the overall page.

This commit is contained in:
Mat Marquis 2011-11-15 17:57:26 -05:00
parent e7a3623771
commit 4c5e85cc50

View file

@ -22,7 +22,7 @@ $( ":jqmData(role='page'), :jqmData(role='dialog')" ).live( "pagecreate", functi
var $this = $( this ),
role = $this.jqmData( "role" ),
theme = $this.jqmData( "theme" ),
contentTheme = theme || o.contentTheme || pageTheme,
contentTheme = theme || o.contentTheme,
$headeranchors,
leftbtn,
rightbtn,