Commit 74da9612 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 6d3cfe91
...@@ -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);
}, 2500); }, 2000);
} }
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