Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
5c778747
Commit
5c778747
authored
May 11, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 32390
parent
c95a507e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
apps/common/main/lib/controller/Comments.js
apps/common/main/lib/controller/Comments.js
+1
-1
apps/spreadsheeteditor/main/app/controller/Main.js
apps/spreadsheeteditor/main/app/controller/Main.js
+0
-4
No files found.
apps/common/main/lib/controller/Comments.js
View file @
5c778747
...
...
@@ -57,7 +57,7 @@ define([
return
new
Asc
.
asc_CCommentDataWord
(
null
);
}
return
new
asc_CCommentData
(
null
);
return
new
Asc
.
asc_CCommentData
(
null
);
}
Common
.
Controllers
.
Comments
=
Backbone
.
Controller
.
extend
(
_
.
extend
({
...
...
apps/spreadsheeteditor/main/app/controller/Main.js
View file @
5c778747
...
...
@@ -90,10 +90,6 @@ define([
},
onLaunch
:
function
()
{
/** coauthoring begin **/
window
.
asc_CCommentData
=
window
.
Asc
.
asc_CCommentData
||
window
.
asc_CCommentData
;
/** coauthoring end **/
// $(document.body).css('position', 'absolute');
this
.
_state
=
{
isDisconnected
:
false
,
usersCount
:
1
,
fastCoauth
:
true
,
startModifyDocument
:
true
,
lostEditingRights
:
false
,
licenseWarning
:
false
};
...
...
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