Commit ad227da6 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 3928b1cd
...@@ -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);
}, 1800); }, 1900);
} }
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