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
7e276522
Commit
7e276522
authored
Nov 23, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Bug 33189.
parent
ade9f7fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
apps/documenteditor/main/app/view/ImageSettings.js
apps/documenteditor/main/app/view/ImageSettings.js
+1
-1
apps/presentationeditor/main/app/view/ImageSettings.js
apps/presentationeditor/main/app/view/ImageSettings.js
+1
-1
apps/spreadsheeteditor/main/app/view/ImageSettings.js
apps/spreadsheeteditor/main/app/view/ImageSettings.js
+1
-1
No files found.
apps/documenteditor/main/app/view/ImageSettings.js
View file @
7e276522
...
@@ -170,7 +170,7 @@ define([
...
@@ -170,7 +170,7 @@ define([
},
this
));
},
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
if
(
this
.
api
)
this
.
api
.
asc_
pluginRun
(
this
.
_originalProps
.
asc_getPluginGuid
(),
0
,
this
.
_originalProps
.
asc_getPluginData
()
);
if
(
this
.
api
)
this
.
api
.
asc_
startEditCurrentOleObject
(
);
this
.
fireEvent
(
'
editcomplete
'
,
this
);
this
.
fireEvent
(
'
editcomplete
'
,
this
);
},
this
));
},
this
));
...
...
apps/presentationeditor/main/app/view/ImageSettings.js
View file @
7e276522
...
@@ -132,7 +132,7 @@ define([
...
@@ -132,7 +132,7 @@ define([
},
this
));
},
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
if
(
this
.
api
)
this
.
api
.
asc_
pluginRun
(
this
.
_originalProps
.
asc_getPluginGuid
(),
0
,
this
.
_originalProps
.
asc_getPluginData
()
);
if
(
this
.
api
)
this
.
api
.
asc_
startEditCurrentOleObject
(
);
this
.
fireEvent
(
'
editcomplete
'
,
this
);
this
.
fireEvent
(
'
editcomplete
'
,
this
);
},
this
));
},
this
));
...
...
apps/spreadsheeteditor/main/app/view/ImageSettings.js
View file @
7e276522
...
@@ -182,7 +182,7 @@ define([
...
@@ -182,7 +182,7 @@ define([
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
this
);
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
this
);
},
this
));
},
this
));
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
this
.
btnEditObject
.
on
(
'
click
'
,
_
.
bind
(
function
(
btn
){
if
(
this
.
api
)
this
.
api
.
asc_
pluginRun
(
this
.
_originalProps
.
asc_getPluginGuid
(),
0
,
this
.
_originalProps
.
asc_getPluginData
()
);
if
(
this
.
api
)
this
.
api
.
asc_
startEditCurrentOleObject
(
);
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
this
);
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
this
);
},
this
));
},
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
this
.
btnInsertFromUrl
.
on
(
'
click
'
,
_
.
bind
(
this
.
insertFromUrl
,
this
));
...
...
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