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
e4bbebc2
Commit
e4bbebc2
authored
Apr 14, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/ONLYOFFICE/web-apps
into develop
parents
ae19165f
e5ca2065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/spreadsheeteditor/main/index.html
apps/spreadsheeteditor/main/index.html
+2
-2
No files found.
apps/spreadsheeteditor/main/index.html
View file @
e4bbebc2
...
...
@@ -235,7 +235,7 @@
<script
type=
"text/javascript"
src=
"../../../vendor/jquery/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../../vendor/xregexp/xregexp-all-min.js"
></script>
<script
type=
"text/javascript"
>
window
.
g_debug_mode
=
true
;
</script>
...
...
@@ -272,6 +272,7 @@
<script
type=
"text/javascript"
src=
"../../../../sdkjs/word/Drawing/Metafile.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/utils/utils.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/UndoRedo.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/ConditionalFormatting.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/clipboard.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/autofilters.js"
></script>
...
...
@@ -297,7 +298,6 @@
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/FormulaObjects/informationFunctions.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/FormulaObjects/logicalFunctions.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/UndoRedo.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/CellComment.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/Serialize.js"
></script>
<script
type=
"text/javascript"
src=
"../../../../sdkjs/cell/model/WorkbookElems.js"
></script>
...
...
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