diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-01-12 04:07:03 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-01-12 04:07:03 +0000 |
commit | 34df0350c16a058a8b32b6af4ee33c22870e1958 (patch) | |
tree | a9e0bac8829e7415c6525c621ee02fa1f65abb36 /demos | |
parent | aad423677eb934e9c62d0ed305d83e074ee7229d (diff) | |
download | jquery-ui-34df0350c16a058a8b32b6af4ee33c22870e1958.tar.gz jquery-ui-34df0350c16a058a8b32b6af4ee33c22870e1958.zip |
removed empty div
Diffstat (limited to 'demos')
-rw-r--r-- | demos/slider/side_scroll.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/slider/side_scroll.html b/demos/slider/side_scroll.html index 3bcec262b..39db3f6de 100644 --- a/demos/slider/side_scroll.html +++ b/demos/slider/side_scroll.html @@ -2,11 +2,11 @@ <html lang="en"> <head> <title>jQuery UI Slider - Default Demo</title> - <link type="text/css" href="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/jquery-1.3pre.js"></script> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/ui/ui.core.js"></script> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/ui/ui.slider.js"></script> - <link type="text/css" href="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/demos/demos.css" rel="stylesheet" /> + <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.slider.js"></script> + <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> #demo-frame > div.demo { padding: 10px !important; } .scroll-pane { overflow: auto; } @@ -105,7 +105,7 @@ </div><!-- End demo --> -<div id="foo"></div> + <div class="demo-description"> <p> |