Commit ed149640 authored by Shakarim Sapa's avatar Shakarim Sapa

- test

parent 777d15b5
......@@ -51,9 +51,7 @@ use common\modules\bids\models\Bid;
<script type='text/javascript'>
$('form.bids-form').on('submit', function(e) {
setTimeout(function() {
$(this).fadeOut(400)
},
200);
var form = $(this);
form.fadeOut(500);
});
</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