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
c2a3beca
Commit
c2a3beca
authored
Sep 14, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change path to fonts
parent
ca75fff5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
apps/common/main/gadget_ooffice.js
apps/common/main/gadget_ooffice.js
+1
-1
apps/common/main/lib/component/ComboBoxFonts.js
apps/common/main/lib/component/ComboBoxFonts.js
+2
-2
No files found.
apps/common/main/gadget_ooffice.js
View file @
c2a3beca
...
...
@@ -424,7 +424,7 @@ DocsAPI.DocEditor.version = function() {
sockjs
:
'
../vendor/sockjs/sockjs.min
'
,
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
jsrsasign
:
'
../vendor/jsrsasign/jsrsasign-latest-all-min
'
,
allfonts
:
'
../
sdkjs/common
/AllFonts
'
,
allfonts
:
'
../
fonts
/AllFonts
'
,
sdk
:
'
../sdkjs/
'
+
sdkPath
+
'
/sdk-all-min
'
,
api
:
'
api/documents/api
'
,
core
:
'
common/main/lib/core/application
'
,
...
...
apps/common/main/lib/component/ComboBoxFonts.js
View file @
c2a3beca
...
...
@@ -55,8 +55,8 @@ define([
isRetina
=
window
.
devicePixelRatio
>
1
,
thumbCanvas
=
document
.
createElement
(
'
canvas
'
),
thumbContext
=
thumbCanvas
.
getContext
(
'
2d
'
),
thumbPath
=
'
./
sdkjs/common
/Images/fonts_thumbnail.png
'
,
thumbPath2x
=
'
./
sdkjs/common
/Images/fonts_thumbnail@2x.png
'
,
thumbPath
=
'
./
fonts
/Images/fonts_thumbnail.png
'
,
thumbPath2x
=
'
./
fonts
/Images/fonts_thumbnail@2x.png
'
,
listItemHeight
=
36
;
if
(
typeof
window
[
'
AscDesktopEditor
'
]
===
'
object
'
)
{
...
...
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