Skip to content

Commit

Permalink
upgrate jQuery dependency #230
Browse files Browse the repository at this point in the history
fix security vulnerabilities. deprecated APIs updated using jQuery migrate
  • Loading branch information
mef committed Apr 27, 2023
1 parent a150813 commit 41e8c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ var views = {
currentParseOpts.complete = function(res) {

// probably un-necessary, but safe
$('.convert').removeAttr('disabled')
$('.convert').prop('disabled', false)
$('.convert').removeClass('disabled')

// remove spinner
Expand Down

Large diffs are not rendered by default.

0 comments on commit 41e8c0e

Please sign in to comment.