diff options
Diffstat (limited to 'demos/progressbar/index.html')
-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>
|