Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 7913597

Browse files
committed
Fixes
1 parent 7df84a6 commit 7913597

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/js/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ window.addEventListener("DOMContentLoaded", () => {
4343
setTimeout(() => {
4444
setCameraOverlay();
4545
if (!window.iOS) {
46-
videoElement.addEventListener("play", function () {
47-
scan();
48-
});
46+
scan();
4947
}
5048
}, 1000);
5149
});

0 commit comments

Comments
 (0)