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
e7acc4fd
Commit
e7acc4fd
authored
May 05, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
load only sdk-all-min.js file
parent
2ed9b0c9
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
9 deletions
+10
-9
apps/api/documents/cache-scripts.html
apps/api/documents/cache-scripts.html
+1
-0
apps/documenteditor/embed/index.html.deploy
apps/documenteditor/embed/index.html.deploy
+1
-1
apps/documenteditor/main/app.js
apps/documenteditor/main/app.js
+1
-1
apps/documenteditor/mobile/index.html.deploy
apps/documenteditor/mobile/index.html.deploy
+1
-1
apps/presentationeditor/embed/index.html.deploy
apps/presentationeditor/embed/index.html.deploy
+1
-1
apps/presentationeditor/main/app.js
apps/presentationeditor/main/app.js
+1
-1
apps/presentationeditor/mobile/index.html.deploy
apps/presentationeditor/mobile/index.html.deploy
+1
-1
apps/spreadsheeteditor/embed/index.html.deploy
apps/spreadsheeteditor/embed/index.html.deploy
+1
-1
apps/spreadsheeteditor/main/app.js
apps/spreadsheeteditor/main/app.js
+1
-1
apps/spreadsheeteditor/mobile/index.html.deploy
apps/spreadsheeteditor/mobile/index.html.deploy
+1
-1
No files found.
apps/api/documents/cache-scripts.html
View file @
e7acc4fd
...
...
@@ -13,6 +13,7 @@
<script
type=
"text/javascript"
src=
"../../../vendor/sockjs/sockjs.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../vendor/xregexp/xregexp-all-min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all-min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all.js"
></script>
<div
id=
"editor_sdk"
>
<script
type=
"text/javascript"
>
...
...
apps/documenteditor/embed/index.html.deploy
View file @
e7acc4fd
...
...
@@ -293,7 +293,7 @@
<!--sdk-->
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all
-min
.js"
></script>
<!--application-->
<link
href=
"../../../apps/documenteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
...
...
apps/documenteditor/main/app.js
View file @
e7acc4fd
...
...
@@ -58,7 +58,7 @@ require.config({
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
jsrsasign
:
'
../vendor/jsrsasign/jsrsasign-latest-all-min
'
,
allfonts
:
'
../../sdkjs/common/AllFonts
'
,
sdk
:
'
../../sdkjs/word/sdk-all
'
,
sdk
:
'
../../sdkjs/word/sdk-all
-min
'
,
api
:
'
api/documents/api
'
,
core
:
'
common/main/lib/core/application
'
,
notification
:
'
common/main/lib/core/NotificationCenter
'
,
...
...
apps/documenteditor/mobile/index.html.deploy
View file @
e7acc4fd
...
...
@@ -221,7 +221,7 @@
<!-- SDK -->
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/sdk-all
-min
.js"
></script>
</head>
<body>
<script
type=
"text/javascript"
>
...
...
apps/presentationeditor/embed/index.html.deploy
View file @
e7acc4fd
...
...
@@ -293,7 +293,7 @@
<!--sdk-->
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/slide/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/slide/sdk-all
-min
.js"
></script>
<!--application-->
<link
href=
"../../../apps/presentationeditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
...
...
apps/presentationeditor/main/app.js
View file @
e7acc4fd
...
...
@@ -57,7 +57,7 @@ require.config({
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
jsrsasign
:
'
../vendor/jsrsasign/jsrsasign-latest-all-min
'
,
allfonts
:
'
../../sdkjs/common/AllFonts
'
,
sdk
:
'
../../sdkjs/slide/sdk-all
'
,
sdk
:
'
../../sdkjs/slide/sdk-all
-min
'
,
api
:
'
api/documents/api
'
,
core
:
'
common/main/lib/core/application
'
,
notification
:
'
common/main/lib/core/NotificationCenter
'
,
...
...
apps/presentationeditor/mobile/index.html.deploy
View file @
e7acc4fd
...
...
@@ -210,7 +210,7 @@
<!-- SDK -->
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/slide/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/slide/sdk-all
-min
.js"
></script>
</head>
<body>
<script
type=
"text/javascript"
>
...
...
apps/spreadsheeteditor/embed/index.html.deploy
View file @
e7acc4fd
...
...
@@ -297,7 +297,7 @@
<!--sdk-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../../../sdkjs/cell/css/main.css"
/>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/sdk-all
-min
.js"
></script>
<!--application-->
<link
href=
"../../../apps/spreadsheeteditor/embed/resources/css/app-all.css"
rel=
"stylesheet"
>
...
...
apps/spreadsheeteditor/main/app.js
View file @
e7acc4fd
...
...
@@ -57,7 +57,7 @@ require.config({
jsziputils
:
'
../vendor/jszip-utils/jszip-utils.min
'
,
jsrsasign
:
'
../vendor/jsrsasign/jsrsasign-latest-all-min
'
,
allfonts
:
'
../../sdkjs/common/AllFonts
'
,
sdk
:
'
../../sdkjs/cell/sdk-all
'
,
sdk
:
'
../../sdkjs/cell/sdk-all
-min
'
,
api
:
'
api/documents/api
'
,
core
:
'
common/main/lib/core/application
'
,
notification
:
'
common/main/lib/core/NotificationCenter
'
,
...
...
apps/spreadsheeteditor/mobile/index.html.deploy
View file @
e7acc4fd
...
...
@@ -185,7 +185,7 @@
<!-- SDK -->
<script
type=
"text/javascript"
src=
"../../../../sdkjs/common/AllFonts.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/sdk-all.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/sdk-all
-min
.js"
></script>
<!-- Application -->
...
...
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