From e6a6681a1a9be605ce1320c362da1cd97f3283ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 27 Sep 2018 14:50:02 +0900 Subject: [PATCH] Add: show spam mail notice for registering maestro --- src/web/module/maestro_section_register.html | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/web/module/maestro_section_register.html b/src/web/module/maestro_section_register.html index 51f6fd6..b1631cf 100644 --- a/src/web/module/maestro_section_register.html +++ b/src/web/module/maestro_section_register.html @@ -168,6 +168,8 @@ function register_account() { (function(jsonData) { isAvailableID = true; + + $("#warningEmailModal").modal(); }), (function(errorMessage, errorCode) { @@ -192,6 +194,30 @@ $('#myTab a').on('click', function (e) { + +