diff --git a/demos/theme-default/index.php b/demos/theme-default/index.php index 36ff0937465..94ece707569 100644 --- a/demos/theme-default/index.php +++ b/demos/theme-default/index.php @@ -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(); @@ -101,15 +94,6 @@ -
-
- Icon shadow:
On: add class ui-shadow-icon to the button or its container
- - - - -
-