fixes quick reply

This commit is contained in:
nonmakina 2021-07-11 16:00:39 +02:00
parent 6701456e81
commit baef16208c
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ $('<div class="dropzone-wrap" style="display: none;">'+
'<div class="file-thumbs"></div>'+
'</div>'+
'</div>'+
'</div>').prependTo('#upload td');
'</div>').prependTo('#upload td.upload-area');
var files = [];
$('#upload_file').remove(); // remove the original file selector