mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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…
Reference in New Issue
Block a user