We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef024 commit 160cd0eCopy full SHA for 160cd0e
js/jquery.fileupload-ui.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload User Interface Plugin 7.3.1
+ * jQuery File Upload User Interface Plugin 7.3.2
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -613,7 +613,7 @@
613
614
_transition: function (node) {
615
var dfd = $.Deferred();
616
- if ($.support.transition && node.hasClass('fade')) {
+ if ($.support.transition && node.hasClass('fade') && node.is(':visible')) {
617
node.bind(
618
$.support.transition.end,
619
function (e) {
0 commit comments