Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jul 8, 2022
1 parent b41b1a6 commit de72949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/works/_edit_javascript.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@

// Fetch name information for a given ORCID via ORCID's public API
$(document).on("input", ".orcid-entry", function(el) {
console.log("trace")
var num = el.target.attributes["data-num"].value;
var orcid = $(el.target).val().trim();
if (isOrcid(orcid)) {
Expand Down

0 comments on commit de72949

Please sign in to comment.