Skip to content

Commit

Permalink
Update example5.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianotiger authored Dec 7, 2023
1 parent d8c47c2 commit 80114c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/example5.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
function onQR2WebLocation(json) {
let mapData;
const scanResult = document.getElementById("scanResult");
scanResult += " (";
scanResult.innerHTML += " (";
try {
mapData = JSON.parse(json);
}
Expand Down

0 comments on commit 80114c7

Please sign in to comment.