fix

parent fc67e020
...@@ -13,6 +13,7 @@ $(document).ready(function() { ...@@ -13,6 +13,7 @@ $(document).ready(function() {
dictRemoveFile: 'Удалить', dictRemoveFile: 'Удалить',
dictInvalidFileType: 'Приложенный файл не может быть загружен в целях безопасности. Пожалуйста, приложите файл в другом формате (Word, Pdf, PowerPoint, Excel).', dictInvalidFileType: 'Приложенный файл не может быть загружен в целях безопасности. Пожалуйста, приложите файл в другом формате (Word, Pdf, PowerPoint, Excel).',
dictFileTooBig: 'Максимальный размер файла составляет 15мб.', dictFileTooBig: 'Максимальный размер файла составляет 15мб.',
dictCancelUpload: 'Отменить загрузку',
success: function(first, response) success: function(first, response)
{ {
$('#files-zone').append('<input type="hidden" name="Bid[file][]" value="'+response.filename+'" />'); $('#files-zone').append('<input type="hidden" name="Bid[file][]" value="'+response.filename+'" />');
......
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