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

@@ -2243,6 +2243,7 @@ define([
// don't initialize until the store is ready.
Cryptpad.ready(function () {
Cryptpad.reportAppUsage();
APP.$bar = $iframe.find('#toolbar');
var storeObj = Cryptpad.getStore().getProxy && Cryptpad.getStore().getProxy().proxy ? Cryptpad.getStore().getProxy() : undefined;