fix missing parenthesis in condition
This commit is contained in:
parent
f3e2528e04
commit
241e315369
|
@ -69,13 +69,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src='script.js'></script>
|
|
||||||
<script src="player.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
if navigator.userAgent.includes("Safari") {
|
if (navigator.userAgent.includes("Safari")) {
|
||||||
window.location = "oldMachine.html";
|
window.location = "oldMachine.html";
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script src='script.js'></script>
|
||||||
|
<script src="player.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user