Commit 3de3298a authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 4ea0261b
...@@ -54,6 +54,6 @@ use common\modules\bids\models\Bid; ...@@ -54,6 +54,6 @@ use common\modules\bids\models\Bid;
var form = $(this); var form = $(this);
setInterval(function() { setInterval(function() {
form.parent('div').fadeOut(500); form.parent('div').fadeOut(500);
},700); }, 1000);
}); });
</script> </script>
\ No newline at end of file
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