Skip to content

Commit 34df035

Browse files
author
Scott Jehl
committed
removed empty div
1 parent aad4236 commit 34df035

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

demos/slider/side_scroll.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<title>jQuery UI Slider - Default Demo</title>
5-
<link type="text/css" href="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/themes/base/ui.all.css" rel="stylesheet" />
6-
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/jquery-1.3pre.js"></script>
7-
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/ui/ui.core.js"></script>
8-
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/ui/ui.slider.js"></script>
9-
<link type="text/css" href="http://jquery-ui.googlecode.com/svn-history/r1445/trunk/demos/demos.css" rel="stylesheet" />
5+
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
6+
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
7+
<script type="text/javascript" src="../../ui/ui.core.js"></script>
8+
<script type="text/javascript" src="../../ui/ui.slider.js"></script>
9+
<link type="text/css" href="../demos.css" rel="stylesheet" />
1010
<style type="text/css">
1111
#demo-frame > div.demo { padding: 10px !important; }
1212
.scroll-pane { overflow: auto; }
@@ -105,7 +105,7 @@
105105
</div><!-- End demo -->
106106

107107

108-
<div id="foo"></div>
108+
109109
<div class="demo-description">
110110

111111
<p>

0 commit comments

Comments
 (0)