Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
sdkjs
Commits
a9a7134d
Commit
a9a7134d
authored
Oct 05, 2016
by
Sergey Luzyanin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turn off adding and editing ole-objects in viewers. update interface after editing comments
parent
bb04e27a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
common/apiBase.js
common/apiBase.js
+6
-0
slide/Editor/Format/Presentation.js
slide/Editor/Format/Presentation.js
+1
-0
No files found.
common/apiBase.js
View file @
a9a7134d
...
...
@@ -806,6 +806,9 @@
baseEditorsApi
.
prototype
.
asc_addOleObject
=
function
(
oPluginData
)
{
if
(
this
.
isViewMode
){
return
;
}
Asc
.
CPluginData_wrap
(
oPluginData
);
var
oThis
=
this
;
var
sImgSrc
=
oPluginData
.
getAttribute
(
"
imgSrc
"
);
...
...
@@ -829,6 +832,9 @@
baseEditorsApi
.
prototype
.
asc_editOleObject
=
function
(
oPluginData
)
{
if
(
this
.
isViewMode
){
return
;
}
Asc
.
CPluginData_wrap
(
oPluginData
);
var
oThis
=
this
;
var
bResize
=
oPluginData
.
getAttribute
(
"
resize
"
);
...
...
slide/Editor/Format/Presentation.js
View file @
a9a7134d
...
...
@@ -5100,6 +5100,7 @@ CPresentation.prototype =
return
true
;
}
}
this
.
Document_UpdateInterfaceState
();
}
},
...
...
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