Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e committed Jan 8, 2021
1 parent 8e67269 commit 42f2e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/dragdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jQuery(function() {
params['textarea'] = $D.selected[0].querySelector('textarea').id
} else {
params['textarea'] = 'text-input'
};
}
$E.initialize(params);
});
$('#side-dropzone').on('drop',function(e) {
Expand Down

0 comments on commit 42f2e05

Please sign in to comment.