Skip to content

Commit 0681c84

Browse files
committed
Updated jQuery to version 1.7.2.
1 parent da4af0b commit 0681c84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cors/postmessage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin postMessage API 1.1
4+
* jQuery File Upload Plugin postMessage API 1.1.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2011, Sebastian Tschan
@@ -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.7.1/jquery.min.js"></script>
18+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
1919
</head>
2020
<body>
2121
<script>

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Demo 6.5.1
4+
* jQuery File Upload Plugin Demo 6.5.2
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -203,7 +203,7 @@ <h3 class="modal-title"></h3>
203203
</tr>
204204
{% } %}
205205
</script>
206-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
206+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
207207
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
208208
<script src="js/vendor/jquery.ui.widget.js"></script>
209209
<!-- The Templates plugin is included to render the upload/download listings -->

test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Test 6.5
4+
* jQuery File Upload Plugin Test 6.5.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -124,7 +124,7 @@ <h2 id="qunit-userAgent"></h2>
124124
</tr>
125125
{% } %}
126126
</script>
127-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
127+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
128128
<script src="../js/vendor/jquery.ui.widget.js"></script>
129129
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
130130
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>

0 commit comments

Comments
 (0)