diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:05:12 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 02:05:12 +0000 |
commit | 7a5708733293cbb0d65971bd3be888aa4604e96d (patch) | |
tree | e575103ed6efb610d594ca9b426c002c36f53264 /demos/droppable/index.html | |
parent | 7a5803057952f6fdbc2f423d1fadc36b448df057 (diff) | |
download | jquery-ui-7a5708733293cbb0d65971bd3be888aa4604e96d.tar.gz jquery-ui-7a5708733293cbb0d65971bd3be888aa4604e96d.zip |
Demos: Removed empty script tag.
Diffstat (limited to 'demos/droppable/index.html')
-rw-r--r-- | demos/droppable/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/droppable/index.html b/demos/droppable/index.html index 2551293b7..f7adb2378 100644 --- a/demos/droppable/index.html +++ b/demos/droppable/index.html @@ -4,11 +4,6 @@ <title>jQuery UI Droppable Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript">
- $(function() {
-
- })
- </script>
</head>
<body>
|