From 7c6daaddbbfa7e40db5fc6faa437e9d53ad2f095 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:03:04 +0800 Subject: [PATCH] fix: cant copy url in guestupload --- theme/classic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/classic.html b/theme/classic.html index a59a670..cf7ad7b 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -820,6 +820,7 @@ return num; } + function CopyAllDownloadUrl(str) { var tmptextarea=document.createElement('textarea'); document.body.appendChild(tmptextarea); @@ -832,7 +833,6 @@ document.execCommand("copy"); alert(tmptextarea.innerHTML+""); } - function size_format(num) { if (num>1024) {