Commit 145c804e authored by Shakarim Sapa's avatar Shakarim Sapa

- Check the error showing

parent 0013298d
......@@ -130,11 +130,6 @@ if ($cacheEmail!==false && Bid::find()->where(['email' => $cacheEmail])->exists(
{
form.find('.message-box.send_err').fadeIn('fast');
form.find('.message-box.send_err').html(errors[0]);
setTimeout(function(){
form.find('.message-box').fadeOut('fast');
form.find('.content').css('visibility','visible');
}, 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