diff --git a/OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js b/OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js index 84984d02..b06f88e7 100644 --- a/OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js +++ b/OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js @@ -40,7 +40,6 @@ embedCode = '', maxZIndex = 9090, created = false; - Common.Analytics.initialize("UA-12442749-13", "Embedded ONLYOFFICE Document"); if (typeof isBrowserSupported !== "undefined" && !isBrowserSupported()) { Common.Gateway.reportError(undefined, "Your browser is not supported."); return; diff --git a/OfficeWeb/apps/documenteditor/main/app/controller/Main.js b/OfficeWeb/apps/documenteditor/main/app/controller/Main.js index 82ea8659..babc0668 100644 --- a/OfficeWeb/apps/documenteditor/main/app/controller/Main.js +++ b/OfficeWeb/apps/documenteditor/main/app/controller/Main.js @@ -894,7 +894,6 @@ Ext.define("DE.controller.Main", { me.api.asc_enableKeyEvents(isInstance == false); }, this); - Common.component.Analytics.initialize("UA-12442749-13", "Document Editor"); }, 50); }, diff --git a/OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js b/OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js index 37eb0e1c..9a508d3f 100644 --- a/OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js +++ b/OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js @@ -39,7 +39,6 @@ return; } this.initControl(); - Common.component.Analytics.initialize("UA-12442749-13", "Document Editor Mobile"); var api = this.api, app = this.getApplication(); api = new asc_docs_api("id-sdkeditor"); diff --git a/OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js b/OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js index bddd622e..97b97695 100644 --- a/OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js +++ b/OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js @@ -40,7 +40,6 @@ embedCode = '', maxZIndex = 9090, created = false; - Common.Analytics.initialize("UA-12442749-13", "Embedded ONLYOFFICE Presentation"); if (typeof isBrowserSupported !== "undefined" && !isBrowserSupported()) { Common.Gateway.reportError(undefined, "Your browser is not supported."); return; diff --git a/OfficeWeb/apps/presentationeditor/main/app/controller/Main.js b/OfficeWeb/apps/presentationeditor/main/app/controller/Main.js index 5d159fd2..8cca438e 100644 --- a/OfficeWeb/apps/presentationeditor/main/app/controller/Main.js +++ b/OfficeWeb/apps/presentationeditor/main/app/controller/Main.js @@ -857,7 +857,6 @@ Ext.define("PE.controller.Main", { me.api.asc_enableKeyEvents(isInstance == false); }, this); - Common.component.Analytics.initialize("UA-12442749-13", "Presentation Editor"); }, 50); }, diff --git a/OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js b/OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js index faf21afa..d8f05281 100644 --- a/OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js +++ b/OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js @@ -39,7 +39,6 @@ return; } this.initControl(); - Common.component.Analytics.initialize("UA-12442749-13", "Presentation Editor Mobile"); var api = this.api, app = this.getApplication(), profile = app.getCurrentProfile(); diff --git a/OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js b/OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js index e0457f7e..dd7b05a6 100644 --- a/OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js +++ b/OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js @@ -40,7 +40,6 @@ embedCode = '', 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; diff --git a/OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js b/OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js index 564c3d0c..cdadbf73 100644 --- a/OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js @@ -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(); diff --git a/OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js b/OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js index 94c6a759..914cf84c 100644 --- a/OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js +++ b/OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js @@ -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, {}, {});