Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Correctly addresses #3020 — “Content” elements now correctly apply th…
Browse files Browse the repository at this point in the history
…emes, but do not inherit the theme set on the overall page.
  • Loading branch information
Wilto committed Nov 16, 2011
1 parent e7a3623 commit 4c5e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.page.sections.js
Expand Up @@ -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,
Expand Down

0 comments on commit 4c5e85c

Please sign in to comment.