Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Aug 27, 2024
1 parent 959eda8 commit 438f1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/static/research/js/research.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ $(function () {
}
}

$('#' + file.uniqueIdentifier + ' .msg').html("<span class='text-success'>Upload complete</span>");
$('#' + file.uniqueIdentifier + ' .msg').html("<span class='text-success'>Upload complete</span>")
const $self = $('#' + file.uniqueIdentifier)
$self.find('.upload-btns').hide()
const path = $('.upload').attr('data-path')
Expand Down

0 comments on commit 438f1d3

Please sign in to comment.