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) { + +