File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Test 8.8.3
4
+ * jQuery File Upload Plugin Test 8.8.5
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2010, Sebastian Tschan
@@ -149,7 +149,7 @@ <h2 id="qunit-userAgent"></h2>
149
149
</ tr >
150
150
{ % } % }
151
151
</ script >
152
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10.1 /jquery.min.js "> </ script >
152
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10.2 /jquery.min.js "> </ script >
153
153
< script src ="../js/vendor/jquery.ui.widget.js "> </ script >
154
154
< script src ="http://blueimp.github.io/JavaScript-Templates/js/tmpl.min.js "> </ script >
155
155
< script src ="http://blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js "> </ script >
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Plugin Test 8.8.4
2
+ * jQuery File Upload Plugin Test 8.8.5
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2010, Sebastian Tschan
@@ -1057,6 +1057,7 @@ $(function () {
1057
1057
asyncTest ( 'destroyed' , function ( ) {
1058
1058
expect ( 1 ) ;
1059
1059
$ ( '#fileupload' ) . fileupload ( {
1060
+ dataType : 'html' ,
1060
1061
destroyed : function ( e , data ) {
1061
1062
start ( ) ;
1062
1063
ok ( true , 'Triggers destroyed callback' ) ;
You can’t perform that action at this time.
0 commit comments