fix: cant copy url in guestupload
This commit is contained in:
+1
-1
@@ -820,6 +820,7 @@
|
|||||||
return num;
|
return num;
|
||||||
}
|
}
|
||||||
<!--IsNotHiddenEnd-->
|
<!--IsNotHiddenEnd-->
|
||||||
|
<!--IsFolderEnd-->
|
||||||
function CopyAllDownloadUrl(str) {
|
function CopyAllDownloadUrl(str) {
|
||||||
var tmptextarea=document.createElement('textarea');
|
var tmptextarea=document.createElement('textarea');
|
||||||
document.body.appendChild(tmptextarea);
|
document.body.appendChild(tmptextarea);
|
||||||
@@ -832,7 +833,6 @@
|
|||||||
document.execCommand("copy");
|
document.execCommand("copy");
|
||||||
alert(tmptextarea.innerHTML+"<!--constStr@Success-->");
|
alert(tmptextarea.innerHTML+"<!--constStr@Success-->");
|
||||||
}
|
}
|
||||||
<!--IsFolderEnd-->
|
|
||||||
<!--UploadJsStart-->
|
<!--UploadJsStart-->
|
||||||
function size_format(num) {
|
function size_format(num) {
|
||||||
if (num>1024) {
|
if (num>1024) {
|
||||||
|
|||||||
Reference in New Issue
Block a user