forked from leftypol/leftypol
fixes quick reply
This commit is contained in:
parent
6701456e81
commit
baef16208c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue