Skip to content

Commit

Permalink
line break in bulk log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrFr committed Dec 3, 2019
1 parent fdca0a7 commit d3a02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repair/js/views/data-entry/bulk-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ var BulkUploadView = BaseView.extend(
dismissible: true
})
alertDiv.querySelector('.close').style.top = '-20px';
_this.log('<p style="color:' + color + ';">' + msg + '</p>')
_this.log('<p style="color:' + color + ';">' + msg + '</p><br>')
_this.loader.deactivate();
_this.refreshStatus();
}
Expand Down

0 comments on commit d3a02cd

Please sign in to comment.