Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
fe359ca1
Commit
fe359ca1
authored
Jun 05, 2018
by
Piotr Gawron
Browse files
when terms of use aren't defined user is not ask to accept them
additionally changelog updated
parent
c39ac79e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
fe359ca1
minerva
(
11.1.0
)
stable
;
urgency
=
high
*
User
can
provide
Google
Maps
API
key
that
must
be
registered
in
google
cloud
account
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
14
May
2018
9
:
00
:
00
+
0200
*
User
data
overlays
must
be
Google
Maps
API
terms
of
use
compliant
*
Terms
of
Use
added
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Tue
,
05
Jun
2018
9
:
00
:
00
+
0200
minerva
(
11.0.10
)
stable
;
urgency
=
medium
*
Bug
fix
:
link
from
overview
image
to
search
result
was
broken
...
...
frontend-js/src/main/js/minerva.js
View file @
fe359ca1
...
...
@@ -58,6 +58,9 @@ function processUrlGetParams(params) {
}
function
requestConsent
(
user
,
termsOfUseUrl
)
{
if
(
termsOfUseUrl
===
""
)
{
return
;
}
var
dialog
=
document
.
createElement
(
"
div
"
);
var
dialogContent
=
document
.
createElement
(
"
div
"
);
dialogContent
.
appendChild
(
functions
.
createElement
({
...
...
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