Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-05-18 18:51:21 +02:00
3 changed files with 64 additions and 6 deletions

View File

@@ -1357,7 +1357,7 @@ define([
feedback("NO_PROXIES");
}
if (!/CRYPTPAD_SHIM/.test(Array.isArray.toString())) {
if (/CRYPTPAD_SHIM/.test(Array.isArray.toString())) {
feedback("NO_ISARRAY");
}