From 5d49c19d3bec2330de0b63746ac6abef28b593bc Mon Sep 17 00:00:00 2001 From: Patrick Reiner Date: Wed, 31 Aug 2011 17:46:10 -0300 Subject: [PATCH] Update max number of files when removing a file without specifying a url. --- jquery.fileupload-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.fileupload-ui.js b/jquery.fileupload-ui.js index db5744eb5..9c36da3da 100644 --- a/jquery.fileupload-ui.js +++ b/jquery.fileupload-ui.js @@ -197,6 +197,7 @@ }); }); } else { + that._adjustMaxNumberOfFiles(1); data.context.fadeOut(function () { $(this).remove(); });