Commit 0bab8a9d authored by Ruslan Karimov's avatar Ruslan Karimov

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

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