Skip to content

Commit 2d60b2c

Browse files
author
Gabriel Schulhof
committed
Theme: Remove iconshadow-related UI from default theme demo
Fixes jquery-archivegh-7749
1 parent de43d3f commit 2d60b2c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

demos/theme-default/index.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
$( "#testpage" ).addClass( "noshadow" );
2727
}
2828
});
29-
$( "#opt-iconshadow input" ).on( "change", function( event ) {
30-
if ( $( "#off1" ).prop( "checked" ) ) {
31-
$( "#testpage" ).removeClass( "ui-shadow-icon" );
32-
} else if ( $( "#on1" ).prop( "checked" ) ) {
33-
$( "#testpage" ).addClass( "ui-shadow-icon" );
34-
}
35-
});
3629
$( "#opt-navbars input" ).on( "change", function( event ) {
3730
if ( $( "#show" ).prop( "checked" ) ) {
3831
$( "#testpage .ui-navbar" ).show();
@@ -101,15 +94,6 @@
10194
<input type="radio" name="shadow" id="off">
10295
</fieldset>
10396
</div>
104-
<div class="ui-field-contain" id="opt-iconshadow">
105-
<fieldset data-role="controlgroup" data-type="horizontal">
106-
<legend>Icon shadow:<br><small>On: add class ui-shadow-icon to the button or its container</small></legend>
107-
<label for="on1">On</label>
108-
<input type="radio" name="iconshadow" id="on1">
109-
<label for="off1">Off</label>
110-
<input type="radio" name="iconshadow" id="off1" checked>
111-
</fieldset>
112-
</div>
11397
</form>
11498
11599
<div id="ui-body-test" class="ui-body ui-body-a ui-corner-all" style="margin-bottom:1em;">

0 commit comments

Comments
 (0)