From c749c90d3d9cfb55fb363c121365aded04d1d66b Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 16 Aug 2021 13:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=BB=84=E4=BB=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/common/js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/static/common/js/common.js b/public/static/common/js/common.js index 4b50582a5..134a793ae 100755 --- a/public/static/common/js/common.js +++ b/public/static/common/js/common.js @@ -8,7 +8,6 @@ * @param {[string]} type [类型(失败:error, 警告:warning, 成功:success)] * @param {[int]} time [自动关闭时间(秒), 默认3秒] */ - function Prompt(msg, type, time) { if(msg != undefined && msg != '')