File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Plugin Test 7.3
2
+ * jQuery File Upload Plugin Test 7.4.1
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2010, Sebastian Tschan
@@ -869,7 +869,7 @@ $(function () {
869
869
$ ( '#fileupload' ) . data ( 'fileupload' ) )
870
870
. _renderDownload ( files )
871
871
. appendTo ( $ ( '#fileupload .files' ) ) . show ( )
872
- . find ( '.delete input ' ) . click ( ) ;
872
+ . find ( '.toggle ' ) . click ( ) ;
873
873
buttonbar . find ( '.delete' ) . click ( ) ;
874
874
} ) ;
875
875
@@ -938,7 +938,7 @@ $(function () {
938
938
} ] )
939
939
. appendTo ( $ ( '#fileupload .files' ) )
940
940
. show ( )
941
- . find ( '.delete input ' ) . click ( ) ;
941
+ . find ( '.toggle ' ) . click ( ) ;
942
942
$ ( '#fileupload .fileupload-buttonbar .delete' ) . click ( ) ;
943
943
} ) ;
944
944
@@ -1044,7 +1044,7 @@ $(function () {
1044
1044
} ] )
1045
1045
. appendTo ( $ ( '#fileupload .files' ) )
1046
1046
. show ( )
1047
- . find ( '.delete input ' ) . click ( ) ;
1047
+ . find ( '.toggle ' ) . click ( ) ;
1048
1048
$ ( '#fileupload .fileupload-buttonbar .delete' ) . click ( ) ;
1049
1049
} ) ;
1050
1050
You can’t perform that action at this time.
0 commit comments