prevent double file uploads when dropping files into jot
This commit is contained in:
@@ -97,6 +97,7 @@ var activeCommentText = '';
|
||||
$('#invisible-comment-upload').fileupload({
|
||||
url: 'wall_attach/{{$nickname}}',
|
||||
dataType: 'json',
|
||||
dropZone: $(),
|
||||
maxChunkSize: 4 * 1024 * 1024,
|
||||
add: function(e,data) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user