Commit 4c133a92 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем выведение ошибки

parent ed00c060
...@@ -114,8 +114,8 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex ...@@ -114,8 +114,8 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
if(form.find('.message-box.send_err').length > 0) if(form.find('.message-box.send_err').length > 0)
{ {
form.find('.message-box.send_err').fadeIn('fast');
form.find('.message-box.send_err').html(errors[0]); form.find('.message-box.send_err').html(errors[0]);
form.find('.message-box.send_err').fadeIn('fast');
setTimeout(function(){ setTimeout(function(){
form.find('.message-box.send_err').fadeOut('fast'); form.find('.message-box.send_err').fadeOut('fast');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment