Removed analytics.
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
embedCode = '<iframe allowtransparency="true" frameborder="0" scrolling="no" src="{embed-url}" width="{width}" height="{height}"></iframe>',
|
||||
maxZIndex = 9090,
|
||||
created = false;
|
||||
Common.Analytics.initialize("UA-12442749-13", "Embedded ONLYOFFICE Spreadsheet");
|
||||
if (typeof isBrowserSupported !== "undefined" && !isBrowserSupported()) {
|
||||
Common.Gateway.reportError(undefined, "Your browser is not supported.");
|
||||
return;
|
||||
|
||||
@@ -617,7 +617,6 @@ Ext.define("SSE.controller.Main", {
|
||||
}
|
||||
me.api.asc_setAutoSaveGap(value);
|
||||
}
|
||||
Common.component.Analytics.initialize("UA-12442749-13", "Spreadsheet Editor");
|
||||
var isInstance, documentHolder = me.getDocumentHolder(),
|
||||
formulaInput = me.getFormulaInput();
|
||||
Ext.FocusManager.enable();
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
return;
|
||||
}
|
||||
this.initControl();
|
||||
Common.component.Analytics.initialize("UA-12442749-13", "Spreadsheet Mobile");
|
||||
var app = this.getApplication();
|
||||
this.api = new Asc.spreadsheet_api("id-sdkeditor", "", SSE.controller.ApiEvents, {},
|
||||
{});
|
||||
|
||||
Reference in New Issue
Block a user