fix: cant copy url in guestupload

pull/574/head
qkqpttgf 2022-03-09 16:03:04 +08:00 committed by GitHub
parent e16a7012ef
commit 7c6daaddbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -820,6 +820,7 @@
return num;
}
<!--IsNotHiddenEnd-->
<!--IsFolderEnd-->
function CopyAllDownloadUrl(str) {
var tmptextarea=document.createElement('textarea');
document.body.appendChild(tmptextarea);
@ -832,7 +833,6 @@
document.execCommand("copy");
alert(tmptextarea.innerHTML+"<!--constStr@Success-->");
}
<!--IsFolderEnd-->
<!--UploadJsStart-->
function size_format(num) {
if (num>1024) {