Skip to content

Commit

Permalink
Replace ar button in setup camera
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Jan 17, 2024
1 parent 0ab576a commit f0ed5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ $(document).one(":passagedisplay", function() {
nextBtn.style.display = 'none';

const arBtn = document.querySelector('#ar-button');
document.querySelector('.retry').after(arBtn);
arBtn.addEventListener('click', async () => {
nextBtn.style.display = 'inline';
});
Expand Down

0 comments on commit f0ed5fc

Please sign in to comment.