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
1210968a
Commit
1210968a
authored
Nov 07, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug 33280 , bug 33301
parent
e8924bcd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
535 additions
and
388 deletions
+535
-388
common/Native/native.js
common/Native/native.js
+530
-388
common/wordcopypaste.js
common/wordcopypaste.js
+5
-0
No files found.
common/Native/native.js
View file @
1210968a
This diff is collapsed.
Click to expand it.
common/wordcopypaste.js
View file @
1210968a
...
...
@@ -7163,6 +7163,11 @@ function Check_LoadingDataBeforePrepaste(_api, _fonts, _images, _callback)
else
_images
[
image
]
=
"
local
"
;
}
else
if
(
window
[
"
AscDesktopEditor
"
]
!==
undefined
)
{
if
(
!
g_oDocumentUrls
.
getImageLocal
(
src
))
aImagesToDownload
.
push
(
src
);
}
else
if
(
!
g_oDocumentUrls
.
getImageUrl
(
src
)
&&
!
g_oDocumentUrls
.
getImageLocal
(
src
))
aImagesToDownload
.
push
(
src
);
}
...
...
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