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

- Изменили промежуток времени перед сокрытием формы

parent 132b3ab0
...@@ -114,7 +114,7 @@ if ($cacheEmail!==false && Bid::find()->where(['email' => $cacheEmail])->exists( ...@@ -114,7 +114,7 @@ if ($cacheEmail!==false && Bid::find()->where(['email' => $cacheEmail])->exists(
setInterval(function() { setInterval(function() {
form.parent('div').fadeOut(500); form.parent('div').fadeOut(500);
}, 1500); }, 2500);
} }
else else
{ {
......
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