Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DiDebru committed Feb 23, 2018
1 parent e2e85d3 commit 5b47a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dcx_dropzone_ui/js/dcx-dropzone-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
success: function (data, success, response) {
drupalSettings['batch'] = data['settings'];
var html = dropzone.html();
dropzone.filter(':not(.orig-processed)').addClass('orig-processed').each(function() {
dropzone.filter(':not(.orig-processed)').addClass('orig-processed').each( function() {
dropzone.data('content', html);
});
dropzone.html(data['markup']);
Expand Down

0 comments on commit 5b47a23

Please sign in to comment.