Commit 18831b0a authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлено скрытие сообщения об ошибке

parent 2d39e28c
......@@ -116,6 +116,10 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
{
form.find('.message-box.send_err').fadeIn('fast');
form.find('.message-box.send_err').html(errors[0]);
setTimeout(function(){
form.find('.message-box.send_err').fadeOut('fast');
}, 2000);
}
dataLayer.push({
......
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