Skip to content

Commit

Permalink
fix(duplication): github detected js error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Aug 5, 2024
1 parent c38df35 commit e6a2f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascripts/handlers/duplicate.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', () => {
})

$('.btn-verify-wiki').on('click', () => {
let url = $('#url-wiki').val()
let url = $.find('#url-wiki').val()

if (isValidUrl(url)) {
let taburl = []
Expand Down Expand Up @@ -138,4 +138,4 @@ document.addEventListener('DOMContentLoaded', () => {
toastMessage(_t('NOT_VALID_URL', { url }), 3000, 'alert alert-danger')
}
})
})
})

0 comments on commit e6a2f14

Please sign in to comment.