Skip to content

Commit

Permalink
remove survery banner and update version to v4.4.16 for deploying (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi authored Jun 20, 2024
1 parent 4f41ae1 commit 65fff37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
// Metadata.
meta: {
version: {
eva: '4.4.15'
eva: '4.4.16'
},
submissionTemplate: {
version: 'V1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eva-web",
"version": "4.4.15",
"version": "4.4.16",
"homepage": "https://github.com/EBIvariation/eva-web",
"authors": [
"EVA development team <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commons",
"version": "4.4.15",
"version": "4.4.16",
"description": "javascript commons",
"repository": {
"type": "git",
Expand Down
6 changes: 0 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ <h1><img src="img/eva_logo.png" style="margin-left:-10px;"/><a href="?Home" titl
<div id="content" role="main" class="row">
<section>
<div id="main-content-area" class="columns">
<div class="callout alert" style="text-align: center; background-color: #feff9c; font-size: 15px">
<h6><b>EMBL-EBI User Survey 2024</b></h6>
Do data resources managed by EMBL-EBI and our collaborators make a difference to your work? </br>
Please take 10 minutes to fill in our annual user survey, and help us make the case for why sustaining open data resources is critical for life sciences research.</br>
Survey link: <a href="https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]" target=”_blank” >https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]</a>
</div>
<div id="home-page" class="hide-div">
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
Expand Down

0 comments on commit 65fff37

Please sign in to comment.