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

Commit

Permalink
Theme: Remove iconshadow-related UI from default theme demo
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d60b2c)

Fixes gh-7749
  • Loading branch information
Gabriel Schulhof committed Oct 24, 2014
1 parent 005206f commit cbd1c32
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions demos/theme-default/index.php
Expand Up @@ -26,13 +26,6 @@
$( "#testpage" ).addClass( "noshadow" );
}
});
$( "#opt-iconshadow input" ).on( "change", function( event ) {
if ( $( "#off1" ).prop( "checked" ) ) {
$( "#testpage" ).removeClass( "ui-shadow-icon" );
} else if ( $( "#on1" ).prop( "checked" ) ) {
$( "#testpage" ).addClass( "ui-shadow-icon" );
}
});
$( "#opt-navbars input" ).on( "change", function( event ) {
if ( $( "#show" ).prop( "checked" ) ) {
$( "#testpage .ui-navbar" ).show();
Expand Down Expand Up @@ -101,15 +94,6 @@
<input type="radio" name="shadow" id="off">
</fieldset>
</div>
<div class="ui-field-contain" id="opt-iconshadow">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Icon shadow:<br><small>On: add class ui-shadow-icon to the button or its container</small></legend>
<label for="on1">On</label>
<input type="radio" name="iconshadow" id="on1">
<label for="off1">Off</label>
<input type="radio" name="iconshadow" id="off1" checked>
</fieldset>
</div>
</form>
<div id="ui-body-test" class="ui-body ui-body-a ui-corner-all" style="margin-bottom:1em;">
Expand Down

0 comments on commit cbd1c32

Please sign in to comment.