File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Audio Preview Plugin 1.0
2
+ * jQuery File Upload Audio Preview Plugin 1.0.1
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2013, Sebastian Tschan
38
38
// Always trigger this action,
39
39
// even if the previous action was rejected:
40
40
always : true ,
41
- fileTypes : '@loadAudioFileTypes' ,
42
- maxFileSize : '@loadAudioMaxFileSize' ,
41
+ // Use the action as prefix for the "@" options:
42
+ prefix : true ,
43
+ fileTypes : '@' ,
44
+ maxFileSize : '@' ,
43
45
disabled : '@disableAudioLoad'
44
46
} ,
45
47
{
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Video Preview Plugin 1.0
2
+ * jQuery File Upload Video Preview Plugin 1.0.1
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2013, Sebastian Tschan
38
38
// Always trigger this action,
39
39
// even if the previous action was rejected:
40
40
always : true ,
41
- fileTypes : '@loadVideoFileTypes' ,
42
- maxFileSize : '@loadVideoMaxFileSize' ,
41
+ // Use the action as prefix for the "@" options:
42
+ prefix : true ,
43
+ fileTypes : '@' ,
44
+ maxFileSize : '@' ,
43
45
disabled : '@disableVideoLoad'
44
46
} ,
45
47
{
You can’t perform that action at this time.
0 commit comments