Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiocontents-nbextension
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
Sebastian
jiocontents-nbextension
Commits
027d65d6
Commit
027d65d6
authored
Nov 10, 2017
by
Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update such that jio is working. Using hard-coded hateoas url as of now
parent
324e20ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
gadget_jupyter_page.js
gadget_jupyter_page.js
+7
-3
No files found.
gadget_jupyter_page.js
View file @
027d65d6
...
...
@@ -66,9 +66,13 @@
}
// Calculate erp5 hateoas url
setting
.
hateoas_url
=
(
new
URI
(
gadget
.
props
.
hateoas_url
))
.
absoluteTo
(
location
.
href
)
.
toString
();
//setting.hateoas_url = (new URI(gadget.props.hateoas_url))
// .absoluteTo(location.href)
// .toString();
// TODO HARDCODED - BAD
setting
.
hateoas_url
=
"
https://softinst86155.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/
"
;
if
(
setting
.
hasOwnProperty
(
'
service_worker_url
'
)
&&
(
setting
.
service_worker_url
!==
''
))
{
...
...
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