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/progressbar | |
parent | 7a5803057952f6fdbc2f423d1fadc36b448df057 (diff) | |
download | jquery-ui-7a5708733293cbb0d65971bd3be888aa4604e96d.tar.gz jquery-ui-7a5708733293cbb0d65971bd3be888aa4604e96d.zip |
Demos: Removed empty script tag.
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index c0e6d0d8c..6bcf9118f 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -4,11 +4,6 @@ <title>jQuery UI Progressbar 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>
|