Skip to content

Commit

Permalink
Update jquery (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Dec 7, 2023
1 parent 7bbc471 commit 113b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/oauth-authorize.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Authorize {{client}}</h2><hr />
}

var jqueryEl = document.createElement('script');
jqueryEl.src = '/js/lib/jquery-2.1.4.min.js';
jqueryEl.src = '/js/lib/jquery-2.2.4.min.js';
jqueryEl.onload = function() {
if (!params.get('token')) {
$('#auth').on('click', () => { // this should send a req to get a token
Expand Down

0 comments on commit 113b407

Please sign in to comment.