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

Commit

Permalink
Header buttons: Added "button" to the selector. Fixes #4638 - Using b…
Browse files Browse the repository at this point in the history
…utton tag in header will show title in new line [1.1.2.]
  • Loading branch information
jaspermdegroot committed Jul 3, 2012
1 parent 0c2a70f commit 7cf44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/page.sections.js
Expand Up @@ -52,7 +52,7 @@ $( document ).bind( "pagecreate", function( e ) {

if( role === "header") {
// Right,left buttons
$headeranchors = $this.children( "a" );
$headeranchors = $this.children( "a, button" );
leftbtn = $headeranchors.hasClass( "ui-btn-left" );
rightbtn = $headeranchors.hasClass( "ui-btn-right" );

Expand Down

0 comments on commit 7cf44d4

Please sign in to comment.