Commit 6a1d4457 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent f23d6feb
......@@ -74,6 +74,10 @@ if ($cacheEmail!==false && CasesBids::find()->where(['email' => $cacheEmail])->e
form.find('.message-box.send_secce').fadeOut('fast');
form.find('.content').css('visibility','visible');
}, 2000);
setInterval(function() {
form.closest('.row').fadeOut(500);
}, 1600);
} else {
form.find('.message-box.send_err').html(result.error);
form.find('.message-box.send_err').fadeIn('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