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
820de977
Commit
820de977
authored
Jan 21, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix url for resource/help/*/Content.json
parent
463231ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+6
-2
No files found.
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
View file @
820de977
...
...
@@ -1298,9 +1298,13 @@ define([
me
.
iFrame
.
src
=
me
.
urlPref
+
rec
.
get
(
'
src
'
);
}
};
store
.
url
=
'
resources/help/
'
+
lang
+
'
/Contents.json
'
;
store
.
url
=
Common
.
Gateway
.
props
.
base_url
+
'
web-apps/apps/spreadsheet/
'
+
'
resources/help/
'
+
lang
+
'
/Contents.json
'
;
store
.
fetch
(
config
);
this
.
urlPref
=
'
resources/help/
'
+
lang
+
'
/
'
;
this
.
urlPref
=
Common
.
Gateway
.
props
.
base_url
+
'
web-apps/apps/spreadsheet/
'
+
'
resources/help/
'
+
lang
+
'
/
'
;
}
},
...
...
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