Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ module.exports = function (grunt) {
},
ebi_framework_js: {
src: [
'lib/EBI-Framework/js/cookiebanner.js',
'lib/EBI-Framework/js/script.js',
'lib/EBI-Framework/libraries/foundation-6/js/foundation.js',
'lib/EBI-Framework/js/foundationExtendEBI.js',
Expand Down
8 changes: 7 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
</head>

<body class="level2 full-width">

<div id="data-protection-message-configuration"
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>."
data-service-id="eva"
data-data-protection-version="0.1">
</div>

<div id="skip-to">
<ul>
<li><a href="#content">Skip to main content</a></li>
Expand Down Expand Up @@ -1370,7 +1377,6 @@ <h6>Reporting</h6>
<script type="text/javascript" src="js/eva-google-analytics.js"></script>
<!-- /build -->
<!-- build:script ebi_framework -->
<script src="../lib/EBI-Framework/js/cookiebanner.js"></script>
<script src="../lib/EBI-Framework/js/script.js"></script>
<!--Footer overwrite-->
<script type="text/javascript" src="js/footer/footer.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/js/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
init();
})();
(function includeScripts() {
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)];
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)];

function init() {
try {
Expand Down
Loading