Skip to content

Commit

Permalink
Merge branch 'feature/kerst2024' of https://github.com/Netherlands3D/…
Browse files Browse the repository at this point in the history
…twin into feature/kerst2024
  • Loading branch information
bozmir committed Dec 20, 2024
2 parents c574b92 + 7a9a449 commit 75fb83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/WebGLTemplates/Netherlands3D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
document.querySelector('#nl3d-back-button').classList.toggle('--visible', history.length > 2);
}

if (/iPhone|iPad|iPod/i.test(navigator.userAgent) === false) {
if (/iPhone|iPad|iPod/i.test(navigator.userAgent)) {
mobileWarning.classList.add('--visible');
} else {
LoadUnity();
Expand Down

0 comments on commit 75fb83b

Please sign in to comment.