Skip to content

Commit

Permalink
fix comment (the leading # is already removed by the caller and not a…
Browse files Browse the repository at this point in the history
…dded from clipboard)
  • Loading branch information
r10s committed Feb 28, 2023
1 parent 23a093a commit 46f3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
const searchParams = new URLSearchParams(window.location.hash.substr(1));

function reactInput(inputData) {
// convert the hash `#<FPR>&n=<NAME>...` to an `OPENPGP4FPR:<FPR>#n=<NAME>...` url
// convert `<FPR>&n=<NAME>...` to `OPENPGP4FPR:<FPR>#n=<NAME>...` url
const isValid = !!inputData;
var openpgp4fprStr = "OPENPGP4FPR:" + inputData.replace(/&/, "#")

Expand Down

0 comments on commit 46f3ea0

Please sign in to comment.