From cee88dba691038c386f33c75ca434b98b9b71488 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 7 Mar 2021 22:37:12 +0800 Subject: [PATCH] GD Can not upload form explorer without token --- theme/classic.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/classic.html b/theme/classic.html index dafa6c5..a5103cc 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -1326,6 +1326,11 @@ } } + + function preup() { + alert("Stop!\nCan not upload form explorer without token."); + } + function operatediv_close(operate) { document.getElementById(operate+'_div').style.display='none';