Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
82f26da5
Commit
82f26da5
authored
Jun 28, 2019
by
Piotr Gawron
Browse files
"terms of use" changed to "terms of service"
parent
82830773
Pipeline
#11212
passed with stage
in 12 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
82f26da5
minerva
(
13.1.1
)
stable
;
urgency
=
medium
*
Bug
fix
:
adding
gene
mapping
before
the
genome
caused
an
error
(#
835
)
*
Bug
fix
:
"Terms of Use"
change
to
"Terms of Service"
in
all
places
(#
843
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Fri
,
28
Jun
2019
17
:
00
:
00
+
0200
...
...
frontend-js/src/main/js/minerva.js
View file @
82f26da5
...
...
@@ -127,7 +127,7 @@ function requestConsent(user, termsOfUseUrl) {
var
dialogContent
=
document
.
createElement
(
"
div
"
);
dialogContent
.
appendChild
(
functions
.
createElement
({
type
:
"
span
"
,
content
:
"
I agree to the minerva <a href='
"
+
termsOfUseUrl
+
"
' target='_blank'>Terms of
Us
e</a>.
"
,
content
:
"
I agree to the minerva <a href='
"
+
termsOfUseUrl
+
"
' target='_blank'>Terms of
Servic
e</a>.
"
,
xss
:
false
}));
var
checkbox
=
functions
.
createElement
({
type
:
"
input
"
,
inputType
:
"
checkbox
"
,
style
:
"
float: left
"
});
...
...
@@ -167,7 +167,7 @@ function requestConsent(user, termsOfUseUrl) {
},
modal
:
true
,
closeOnEscape
:
false
,
title
:
"
Terms of
Us
e
"
title
:
"
Terms of
Servic
e
"
}).
siblings
(
'
.ui-dialog-titlebar
'
).
css
(
"
background
"
,
"
red
"
);
$
(
"
.ui-dialog-titlebar-close
"
,
$
(
dialog
).
dialog
().
siblings
(
'
.ui-dialog-titlebar
'
)).
hide
();
$
(
dialog
).
dialog
(
"
open
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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