Skip to content

Commit d70faaf

Browse files
committed
Upgraded jQuery UI to version 1.10.0.
1 parent c15fb1a commit d70faaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support, progress bar and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.">
2121
<meta name="viewport" content="width=device-width">
2222
<!-- jQuery UI styles -->
23-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" id="theme">
23+
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/base/jquery-ui.css" id="theme">
2424
<!-- jQuery Image Gallery styles -->
2525
<link rel="stylesheet" href="http://blueimp.github.com/jQuery-Image-Gallery/css/jquery.image-gallery.min.css">
2626
<!-- CSS to style the file input field as button and adjust the jQuery UI progress bars -->
@@ -208,7 +208,7 @@ <h3>Demo Notes</h3>
208208
{% } %}
209209
</script>
210210
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
211-
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
211+
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
212212
<!-- The Templates plugin is included to render the upload/download listings -->
213213
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
214214
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2 id="qunit-userAgent"></h2>
130130
{% } %}
131131
</script>
132132
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
133-
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
133+
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
134134
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
135135
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>
136136
<script src="http://blueimp.github.com/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script>

0 commit comments

Comments
 (0)