fix(go): change uploaded file name if converted

This commit is contained in:
sshakndr
2025-06-17 16:41:44 +07:00
parent 721f2fbf6c
commit bb736d85f8

View File

@ -169,6 +169,7 @@ if (typeof jQuery !== "undefined") {
if (response.step != undefined && response.step < 100) {
checkConvert(filePass, fileType);
} else {
jq("#uploadFileName").text(response.filename);
jq("#step2").addClass("done").removeClass("current");
loadScripts();
}