Skip to content

Commit

Permalink
Code: improved reserved character set for the call to AutoAccessKey
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKryukov committed Nov 4, 2023
1 parent 1bb9576 commit 7010a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

}; //demo

const autoAccessKey = new AutoAccessKey("ijcfn");
const autoAccessKey = new AutoAccessKey("ijcfnyT");
const add = function (content) {
const p = document.createElement("p");
p.innerHTML = content;
Expand Down

0 comments on commit 7010a06

Please sign in to comment.