From 1d054407c27f81a8624ebf69ba0d9b10092c9d05 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:30:44 +0800 Subject: [PATCH] Update heroku.php --- function/heroku.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/heroku.php b/function/heroku.php index 7e1daa5..7957b8c 100644 --- a/function/heroku.php +++ b/function/heroku.php @@ -206,7 +206,7 @@ function_name:' . $_SERVER['function_name'] . '
} 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})$/;