Fixes

parent fa4b835f
......@@ -395,3 +395,6 @@
.file_upload_bt, .file_upload_bt_cs {
bottom: 140px;
}
.dz-default dz-message{
display:none;
}
\ No newline at end of file
......@@ -12,6 +12,8 @@ $(document).ready(function() {
},*/
success: function(first,response) {
$('#file_name').val(response);
$('.file_drop').hide();
$('.file_drop_cs').hide();
}
};
});
\ No newline at end of file
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