Skip to content

Commit 2471bff

Browse files
authored
remove christmas holiday banner (EBIvariation#225)
1 parent c783db2 commit 2471bff

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
1515
// Metadata.
1616
meta: {
1717
version: {
18-
eva: '4.4.24'
18+
eva: '4.4.25'
1919
},
2020
submissionTemplate: {
2121
version: 'V1.1.5'

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eva-web",
3-
"version": "4.4.24",
3+
"version": "4.4.25",
44
"homepage": "https://github.com/EBIvariation/eva-web",
55
"authors": [
66
"EVA development team <eva-helpdesk@ebi.ac.uk>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commons",
3-
"version": "4.4.24",
3+
"version": "4.4.25",
44
"description": "javascript commons",
55
"repository": {
66
"type": "git",

src/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,6 @@ <h1><img src="img/eva_logo.png" style="margin-left:-10px;"/><a href="?Home" titl
152152
<div id="content" role="main" class="row">
153153
<section>
154154
<div id="main-content-area" class="columns">
155-
<div class="callout alert">
156-
<p>Due to staff annual leave, an increase in the response time for helpdesk tickets is expected between
157-
the 19th December to 5th January. Please refrain from creating duplicate tickets during this time;
158-
we will action them as soon as possible.</p>
159-
<p>We apologise for any inconvenience caused during this time, and thank you for your patience and
160-
understanding.</p>
161-
</div>
162155
<div id="home-page" class="hide-div">
163156
<nav aria-label="You are here:" role="navigation">
164157
<ul class="breadcrumbs">

0 commit comments

Comments
 (0)