Commit 91bd4449 authored by Ruslan Karimov's avatar Ruslan Karimov

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

parent e647b172
......@@ -8,7 +8,8 @@ $('form.bids-form').on('beforeSubmit', function(e) {
type: $form.attr('method'),
url: $form.attr('action'),
processData: false,
data: data
data: data,
dataType: "json"
}).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