diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:12:45 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:12:45 +0000 |
commit | 9d78a899bc439b9a94cd9253563320fdb5668e35 (patch) | |
tree | 85940f4cdbd37cc06d7e8112566093dd41c14cb2 /demos/resizable | |
parent | 8d97c6a6991acf92cc5ecfe61ead6d5b5ee609d0 (diff) | |
download | jquery-ui-9d78a899bc439b9a94cd9253563320fdb5668e35.tar.gz jquery-ui-9d78a899bc439b9a94cd9253563320fdb5668e35.zip |
Demos: Removed unnecessary include of jQuery in index files.
Diffstat (limited to 'demos/resizable')
-rw-r--r-- | demos/resizable/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/resizable/index.html b/demos/resizable/index.html index ea97daf90..2638983bb 100644 --- a/demos/resizable/index.html +++ b/demos/resizable/index.html @@ -3,7 +3,6 @@ <head>
<title>jQuery UI Resizable Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
</head>
<body>
|