mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
Fix Bug 37017 - single file uploads
This commit is contained in:
@ -70,6 +70,9 @@ if (typeof jQuery != "undefined") {
|
||||
jq('#fileupload').fileupload({
|
||||
dataType: 'json',
|
||||
add: function (e, data) {
|
||||
if (jq("#mainProgress").is(":visible")) {
|
||||
return;
|
||||
}
|
||||
jq(".error").removeClass("error");
|
||||
jq(".done").removeClass("done");
|
||||
jq(".current").removeClass("current");
|
||||
|
||||
Reference in New Issue
Block a user