Skip to content

Commit c572f71

Browse files
committed
Merge branch 'master' into jquery-ui
2 parents f3eeb80 + 75d1117 commit c572f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.fileupload-ui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload User Interface Plugin 6.8.1
2+
* jQuery File Upload User Interface Plugin 6.8.2
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -273,8 +273,8 @@
273273
var that = $(this).data('fileupload');
274274
if (data.url) {
275275
$.ajax(data);
276+
that._adjustMaxNumberOfFiles(1);
276277
}
277-
that._adjustMaxNumberOfFiles(1);
278278
that._transition(data.context).done(
279279
function () {
280280
$(this).remove();

0 commit comments

Comments
 (0)