Skip to content

Commit

Permalink
Merge pull request #212 from tcezard/remove_christmas_banner
Browse files Browse the repository at this point in the history
Remove Christmas banner
  • Loading branch information
tcezard authored Jan 6, 2025
2 parents 4b542c1 + f7ecbb0 commit 3a3e8eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 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.18'
eva: '4.4.19'
},
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.18",
"version": "4.4.19",
"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.18",
"version": "4.4.19",
"description": "javascript commons",
"repository": {
"type": "git",
Expand Down
7 changes: 0 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +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">
<p>Due to staff annual leave, an increase in the response time for helpdesk tickets is expected between
the 21st December to 5th January. Please refrain from creating duplicate tickets during this time;
we will action them as soon as possible.</p>
<p>We apologise for any inconvenience caused during this time, and thank you for your patience and
understanding.</p>
</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 3a3e8eb

Please sign in to comment.