Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Aug 14, 2024
1 parent 59c6e46 commit 1c44c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ var Utilities = {
x = decodeURIComponent(x);
}
catch (e) {
// URI contains an invalid escape sequence - ignore
// URI contains an invalid escape sequence
Zotero.debug("Not decoding URL-like DOI because of invalid escape sequence: " + x);
}
}
// Even if it's not a URL, decode %3C followed by %3E as < >
Expand Down

0 comments on commit 1c44c81

Please sign in to comment.