fix inverted condition
This commit is contained in:
parent
d187945e94
commit
164342920e
@ -1336,7 +1336,7 @@ define([
|
||||
feedback("NO_PROXIES");
|
||||
}
|
||||
|
||||
if (!/CRYPTPAD_SHIM/.test(Array.isArray.toString())) {
|
||||
if (/CRYPTPAD_SHIM/.test(Array.isArray.toString())) {
|
||||
feedback("NO_ISARRAY");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user