Commit e647b172 authored by Ruslan Karimov's avatar Ruslan Karimov

#3460. Важно (срочно) - внести правки в верстку сайта

parent 90ecc24f
......@@ -7,6 +7,7 @@ $('form.bids-form').on('beforeSubmit', function(e) {
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
processData: false,
data: data
}).done(function(response) {
if(response.success)
......
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