Skip to content

Commit 5cf4aae

Browse files
committed
Update to jQuery version 1.8.3.
1 parent b9728e3 commit 5cf4aae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cors/postmessage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<head>
1616
<meta charset="utf-8">
1717
<title>jQuery File Upload Plugin postMessage API</title>
18-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
18+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
1919
</head>
2020
<body>
2121
<script>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3 class="modal-title"></h3>
211211
</tr>
212212
{% } %}
213213
</script>
214-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
214+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
215215
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
216216
<script src="js/vendor/jquery.ui.widget.js"></script>
217217
<!-- The Templates plugin is included to render the upload/download listings -->

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2 id="qunit-userAgent"></h2>
129129
</tr>
130130
{% } %}
131131
</script>
132-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
132+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
133133
<script src="../js/vendor/jquery.ui.widget.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>

0 commit comments

Comments
 (0)