Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DocumentServer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boris Kocherov
DocumentServer
Commits
0e4f7740
Commit
0e4f7740
authored
Sep 17, 2014
by
ONLYOFFICE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed analytics.
parent
cbd5a876
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js
...Web/apps/documenteditor/embed/js/ApplicationController.js
+0
-1
OfficeWeb/apps/documenteditor/main/app/controller/Main.js
OfficeWeb/apps/documenteditor/main/app/controller/Main.js
+0
-1
OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js
OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js
+0
-1
OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js
...apps/presentationeditor/embed/js/ApplicationController.js
+0
-1
OfficeWeb/apps/presentationeditor/main/app/controller/Main.js
...ceWeb/apps/presentationeditor/main/app/controller/Main.js
+0
-1
OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js
...Web/apps/presentationeditor/mobile/app/controller/Main.js
+0
-1
OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js
.../apps/spreadsheeteditor/embed/js/ApplicationController.js
+0
-1
OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js
OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js
+0
-1
OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js
...eWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js
+0
-1
No files found.
OfficeWeb/apps/documenteditor/embed/js/ApplicationController.js
View file @
0e4f7740
...
...
@@ -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 Document
"
);
if
(
typeof
isBrowserSupported
!==
"
undefined
"
&&
!
isBrowserSupported
())
{
Common
.
Gateway
.
reportError
(
undefined
,
"
Your browser is not supported.
"
);
return
;
...
...
OfficeWeb/apps/documenteditor/main/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
);
},
...
...
OfficeWeb/apps/documenteditor/mobile/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
"
);
...
...
OfficeWeb/apps/presentationeditor/embed/js/ApplicationController.js
View file @
0e4f7740
...
...
@@ -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 Presentation
"
);
if
(
typeof
isBrowserSupported
!==
"
undefined
"
&&
!
isBrowserSupported
())
{
Common
.
Gateway
.
reportError
(
undefined
,
"
Your browser is not supported.
"
);
return
;
...
...
OfficeWeb/apps/presentationeditor/main/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
);
},
...
...
OfficeWeb/apps/presentationeditor/mobile/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
();
...
...
OfficeWeb/apps/spreadsheeteditor/embed/js/ApplicationController.js
View file @
0e4f7740
...
...
@@ -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
;
...
...
OfficeWeb/apps/spreadsheeteditor/main/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
();
...
...
OfficeWeb/apps/spreadsheeteditor/mobile/app/controller/Main.js
View file @
0e4f7740
...
...
@@ -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
,
{},
{});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment