Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
c188d1ff
Commit
c188d1ff
authored
Aug 20, 2018
by
Sascha Herzinger
Browse files
mixed content error fix
parent
f7b8dbb4
Pipeline
#6106
passed with stages
in 38 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/config/nginx/html/demo.html
View file @
c188d1ff
...
...
@@ -3,7 +3,7 @@
<head>
<link
href=
"https://fonts.googleapis.com/css?family=Roboto"
rel=
"stylesheet"
>
<script
src=
"http://unpkg.com/fractalis"
></script>
<script
src=
"http
s
://unpkg.com/fractalis"
></script>
</head>
<body>
...
...
@@ -80,6 +80,8 @@
<span
class=
"headline"
>
4. Select variables in the control panel on the right ->
</span>
</div>
</div>
<br/>
<br/>
<div
class=
"charts"
>
</div>
...
...
@@ -91,7 +93,7 @@
const
fjs
=
fractal
.
init
({
handler
:
'
demo_tcga_coad
'
,
dataSource
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
,
fractalisNode
:
'
http://localhost:5000
'
,
fractalisNode
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
,
getAuth
()
{
return
{
token
:
''
}
},
...
...
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