diff --git a/js/jquery.fileupload-ui.js b/js/jquery.fileupload-ui.js index 4f8ca6e6c..8a48962f8 100644 --- a/js/jquery.fileupload-ui.js +++ b/js/jquery.fileupload-ui.js @@ -1,5 +1,5 @@ /* - * jQuery File Upload User Interface Plugin 6.5 + * jQuery File Upload User Interface Plugin 6.5.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan @@ -494,6 +494,8 @@ e.preventDefault(); filesList.find('.delete input:checked') .siblings('button').click(); + fileUploadButtonBar.find('.toggle') + .prop('checked', false); }); fileUploadButtonBar.find('.toggle') .bind('change.' + ns, function (e) { diff --git a/package.json b/package.json index 7003e2830..766371edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blueimp-file-upload", - "version": "6.5.0", + "version": "6.5.1", "title": "jQuery File Upload", "description": "File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.", "keywords": [