Skip to content

Commit

Permalink
Merge pull request #7 from aras-digital/feature/iframe-added
Browse files Browse the repository at this point in the history
Feature/iframe added
  • Loading branch information
sefakeremkocakoglu authored Jun 10, 2024
2 parents 9972a6e + 52d044d commit 0084463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zbar-wasm/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function detect(source) {
stopStream()
setTimeout(()=>{
parent.postMessage({ type: 'decodedValue', value: decodedValue }, '*');
window.history.go(-1);
}, 500);
}

Expand Down

0 comments on commit 0084463

Please sign in to comment.