Skip to content

Commit 31109f2

Browse files
authored
Merge branch 'EBIvariation:master' into master
2 parents 41eadb3 + 7d6d416 commit 31109f2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ module.exports = function (grunt) {
256256
},
257257
ebi_framework_js: {
258258
src: [
259-
'lib/EBI-Framework/js/cookiebanner.js',
260259
'lib/EBI-Framework/js/script.js',
261260
'lib/EBI-Framework/libraries/foundation-6/js/foundation.js',
262261
'lib/EBI-Framework/js/foundationExtendEBI.js',

src/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
</head>
7373

7474
<body class="level2 full-width">
75+
76+
<div id="data-protection-message-configuration"
77+
data-message="This website requires cookies, and the limited processing of your personal data in order to function. By using the site you are agreeing to this as outlined in our <a style='color:#fff;' target='_blank' href='files/Privacy_Notice_The_European_Variation_Archive.pdf'>Privacy Notice</a> and <a style='color:#fff;' target='_blank' href='https://www.ebi.ac.uk/about/terms-of-use'>Terms of Use</a>."
78+
data-service-id="eva"
79+
data-data-protection-version="0.1">
80+
</div>
81+
7582
<div id="skip-to">
7683
<ul>
7784
<li><a href="#content">Skip to main content</a></li>
@@ -1370,7 +1377,6 @@ <h6>Reporting</h6>
13701377
<script type="text/javascript" src="js/eva-google-analytics.js"></script>
13711378
<!-- /build -->
13721379
<!-- build:script ebi_framework -->
1373-
<script src="../lib/EBI-Framework/js/cookiebanner.js"></script>
13741380
<script src="../lib/EBI-Framework/js/script.js"></script>
13751381
<!--Footer overwrite-->
13761382
<script type="text/javascript" src="js/footer/footer.js"></script>

src/js/footer/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
init();
4444
})();
4545
(function includeScripts() {
46-
var requireScripts = ['//www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.1/js/cookiebanner.js', '//www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.1/js/script.js', '//www.ebi.ac.uk/web_guidelines/js/downtime.js?' + Math.round(new Date().getTime() / 3600000)];
46+
var requireScripts = ['//www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.1/js/script.js', '//www.ebi.ac.uk/web_guidelines/js/downtime.js?' + Math.round(new Date().getTime() / 3600000)];
4747

4848
function init() {
4949
try {

0 commit comments

Comments
 (0)