Skip to content

Commit bbf11f9

Browse files
committed
oops
1 parent bdcf2ce commit bbf11f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/jizz/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//rather than circumventing this check, consider getting a better browser :)
22
{
33
let isChrome = !!window.chrome;
4-
let isIOSChrome = winNav.userAgent.match("CriOS");
4+
let isIOSChrome = window.navigator.userAgent.match("CriOS");
55

66
if (isChrome || isIOSChrome) {
77
window.location = "/unsupported.html";

0 commit comments

Comments
 (0)