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

Commit

Permalink
Demos: Grunticon: Making the theme switcher work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Nov 19, 2013
1 parent c9d2d9d commit 16e8495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/icons-grunticon/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
if ( event.target.name === "theme" ) {
var themeClass = $( "#theme-setting input:checked" ).attr( "id" );

$( "#icon-page" ).removeClass( "ui-page-theme-a ui-page-theme-b" ).addClass( themeClass );
$( "#test" ).removeClass( "ui-page-theme-a ui-page-theme-b" ).addClass( themeClass );
}
});
var eye,
Expand Down Expand Up @@ -163,7 +163,7 @@
</div>
</form>

<div id="test">
<div id="test" class="ui-page-theme-a ui-content">
<form>
<button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-action">action</button>
<button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-arrow-d-l">arrow-d-l</button>
Expand Down

0 comments on commit 16e8495

Please sign in to comment.