test mailboxes and RPCs from the command line, fix some minor errors

This commit is contained in:
ansuz
2019-09-06 13:35:36 +02:00
parent 75b655e1e8
commit dc078c1ca1
6 changed files with 246 additions and 98 deletions

View File

@@ -1,4 +1,4 @@
(function () {
(function (window) {
var factory = function (Util, Crypto, Nacl) {
var Hash = window.CryptPad_Hash = {};
@@ -547,4 +547,4 @@ Version 1
} else {
// unsupported initialization
}
}());
}(typeof(window) !== 'undefined'? window : {}));