diff --git a/app/index/view/contact_us/message.html b/app/index/view/contact_us/message.html index ef7d48ff..c441b3b9 100644 --- a/app/index/view/contact_us/message.html +++ b/app/index/view/contact_us/message.html @@ -99,7 +99,7 @@ alert(r.msg); }, error: function (e) { - alert(e.msg); + console.error(e.msg); } }) })