Commit 23e510a4 authored by Ruslan Karimov's avatar Ruslan Karimov

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

parent ab7f8024
......@@ -41,7 +41,6 @@ $(document).ready(function() {
},
successmultiple: function(files, response) {
$.each(files, function (index, file) {
console.log(file);
file.filename = response.files[index];
$('#files-zone').append('<input type="hidden" name="Bid[file][]" value="'+response.files[index] +'" />');
});
......
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