diff --git a/www/pad/main.js b/www/pad/main.js index fdf4c970e..f93e4b53d 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -234,5 +234,6 @@ define([ Cryptpad.replaceHash(Cryptpad.getEditHashFromKeys(wc.id, secret.keys)); } }); + Cryptpad.reportAppUsage(); }); });