Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Updated jQuery to version 1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Apr 3, 2012
1 parent da4af0b commit 0681c84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cors/postmessage.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
/* /*
* jQuery File Upload Plugin postMessage API 1.1 * jQuery File Upload Plugin postMessage API 1.1.1
* https://github.com/blueimp/jQuery-File-Upload * https://github.com/blueimp/jQuery-File-Upload
* *
* Copyright 2011, Sebastian Tschan * Copyright 2011, Sebastian Tschan
Expand All @@ -15,7 +15,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>jQuery File Upload Plugin postMessage API</title> <title>jQuery File Upload Plugin postMessage API</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head> </head>
<body> <body>
<script> <script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
/* /*
* jQuery File Upload Plugin Demo 6.5.1 * jQuery File Upload Plugin Demo 6.5.2
* https://github.com/blueimp/jQuery-File-Upload * https://github.com/blueimp/jQuery-File-Upload
* *
* Copyright 2010, Sebastian Tschan * Copyright 2010, Sebastian Tschan
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3 class="modal-title"></h3>
</tr> </tr>
{% } %} {% } %}
</script> </script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included --> <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
<script src="js/vendor/jquery.ui.widget.js"></script> <script src="js/vendor/jquery.ui.widget.js"></script>
<!-- The Templates plugin is included to render the upload/download listings --> <!-- The Templates plugin is included to render the upload/download listings -->
Expand Down
4 changes: 2 additions & 2 deletions test/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!-- <!--
/* /*
* jQuery File Upload Plugin Test 6.5 * jQuery File Upload Plugin Test 6.5.1
* https://github.com/blueimp/jQuery-File-Upload * https://github.com/blueimp/jQuery-File-Upload
* *
* Copyright 2010, Sebastian Tschan * Copyright 2010, Sebastian Tschan
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2 id="qunit-userAgent"></h2>
</tr> </tr>
{% } %} {% } %}
</script> </script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="../js/vendor/jquery.ui.widget.js"></script> <script src="../js/vendor/jquery.ui.widget.js"></script>
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script> <script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script> <script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>
Expand Down

0 comments on commit 0681c84

Please sign in to comment.