use feedback api instead of app=

This commit is contained in:
ansuz
2017-04-13 12:18:08 +02:00
parent 86c37bfa37
commit df4a250359
7 changed files with 27 additions and 14 deletions

View File

@@ -733,6 +733,7 @@ define([
var second = function (CM) {
Cryptpad.ready(function (err, env) {
andThen(CM);
Cryptpad.reportAppUsage();
});
Cryptpad.onError(function (info) {
if (info && info.type === "store") {