enable more tests
This commit is contained in:
@@ -26,7 +26,7 @@ define([
|
|||||||
}
|
}
|
||||||
console.log(msg);
|
console.log(msg);
|
||||||
});
|
});
|
||||||
/*
|
|
||||||
var list = Cryptpad.getUserChannelList();
|
var list = Cryptpad.getUserChannelList();
|
||||||
if (list.length) {
|
if (list.length) {
|
||||||
call.getFileSize(list[0], function (e, msg) {
|
call.getFileSize(list[0], function (e, msg) {
|
||||||
@@ -40,7 +40,7 @@ define([
|
|||||||
if (e) { return void console.error(e); }
|
if (e) { return void console.error(e); }
|
||||||
console.log("%s total bytes used", bytes);
|
console.log("%s total bytes used", bytes);
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
call.getServerHash(function (e, hash) {
|
call.getServerHash(function (e, hash) {
|
||||||
if (e) { return void console.error(e); }
|
if (e) { return void console.error(e); }
|
||||||
console.log("the server believes your user hash is [%s]", hash);
|
console.log("the server believes your user hash is [%s]", hash);
|
||||||
|
|||||||
Reference in New Issue
Block a user