nodejs, java, php, python, csharp, csharp-mvc, ruby: fix remove upload name

This commit is contained in:
Alexandr Fedorov
2021-03-25 21:24:04 +03:00
parent 93df5adba2
commit d4e984e6b3
7 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,7 @@ if (typeof jQuery != "undefined") {
jq("#step1").addClass("current");
jq("#mainProgress .error-message").hide().find("span").text("");
jq("#mainProgress").removeClass("embedded");
jq("#uploadFileName").text("");
jq.blockUI({
theme: true,