diff options
-rw-r--r-- | demos/slider/side-scroll.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/side-scroll.html b/demos/slider/side-scroll.html index 0900f0d65..a1911806b 100644 --- a/demos/slider/side-scroll.html +++ b/demos/slider/side-scroll.html @@ -41,8 +41,8 @@ .mouseup(function(){ scrollbar.width( '100%' ); }) - .append('<span class="ui-icon ui-icon-grip-dotted-vertical"/>') - .wrap('<div class="ui-handle-helper-parent" /></div>').parent(); + .append('<span class="ui-icon ui-icon-grip-dotted-vertical"></span>') + .wrap('<div class="ui-handle-helper-parent"></div>').parent(); //change overflow to hidden now that slider handles the scrolling scrollPane.css('overflow','hidden'); |