revert to old stuff if userAgent is Safari
This commit is contained in:
@@ -71,5 +71,11 @@
|
||||
|
||||
<script src='script.js'></script>
|
||||
<script src="player.js"></script>
|
||||
<script>
|
||||
if navigator.userAgent.includes("Safari") {
|
||||
window.location = "oldMachine.html";
|
||||
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user