Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Aug 27, 2024
1 parent 0f8c320 commit 959eda8
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 @@ -430,7 +430,7 @@ $(function () {
})
r.on('fileSuccess', function (file, message) {
try {
decodeURIComponent(escape(file.name));
decodeURIComponent(escape(file.name))
} catch (e) {
if ($('#nonUTF-8FilenameWarning').hasClass('hidden')) {
$('#nonUTF-8FilenameWarning').removeClass('hidden')
Expand Down

0 comments on commit 959eda8

Please sign in to comment.