From 06491ad1db82e8db41d964c065c6d6c5734c5017 Mon Sep 17 00:00:00 2001 From: t123yh Date: Sun, 3 Sep 2017 15:54:46 +0800 Subject: [PATCH] Remove notice in confirmation page. --- views/forget_confirm.ejs | 1 - 1 file changed, 1 deletion(-) diff --git a/views/forget_confirm.ejs b/views/forget_confirm.ejs index e4c5c61..7e1fc33 100644 --- a/views/forget_confirm.ejs +++ b/views/forget_confirm.ejs @@ -57,7 +57,6 @@ function submitForm() { async: true, success: function(data) { error_code = data.error_code; - alert('fuck' + error_code); switch (error_code) { case 1: showMessage("positive", "密码重置成功。");