From d18fd7cfa869ee63be35cdb5bb7ff7105a04c5b2 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:31:04 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/normal.php b/function/normal.php index 4e0f3de..7821695 100644 --- a/function/normal.php +++ b/function/normal.php @@ -218,7 +218,7 @@ Can not write config to file.
} envs = [' . $envs . ']; if (envs.indexOf(t.disktag_add.value)>-1) { - alert(\'' . $envs . '\'); + alert("Do not input ' . $envs . '"); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/;