fix inverted condition

pull/1/head
ansuz 2017-05-18 15:39:24 +02:00
parent d187945e94
commit 164342920e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}