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

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

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