From 295af5a6170c8e50cbba0751ba652275073048d4 Mon Sep 17 00:00:00 2001 From: Mahfouz Shehu Date: Fri, 17 Dec 2021 17:49:53 +0000 Subject: [PATCH] fixed licencing typo --- js/ebi-global-includes/script/4_ebiFrameworkContent.js | 2 +- js/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ebi-global-includes/script/4_ebiFrameworkContent.js b/js/ebi-global-includes/script/4_ebiFrameworkContent.js index 4f4e4a0..6114ff5 100644 --- a/js/ebi-global-includes/script/4_ebiFrameworkContent.js +++ b/js/ebi-global-includes/script/4_ebiFrameworkContent.js @@ -299,7 +299,7 @@ function ebiFrameworkUpdateFoot() { '' + '
' + '
' + - '
Services
' + + '
Services
' + '
' + '
Research
' + diff --git a/js/script.js b/js/script.js index 9d5da2a..08c8dc6 100644 --- a/js/script.js +++ b/js/script.js @@ -400,7 +400,7 @@ function ebiFrameworkInsertEMBLdropdown() { * Insert EBI Footer into `#global-nav-expanded` */ function ebiFrameworkUpdateFoot() { - var html = '
' + '

EMBL-EBI

' + ' Intranet for staff' + '
' + '
' + '
' + '
Services
' + '
' + '
Research
' + ' ' + ' ' + '
' + '
About
' + '
'; + var html = '
' + '

EMBL-EBI

' + ' Intranet for staff' + '
' + '
' + '
' + '
Services
' + '
' + '
Research
' + ' ' + ' ' + '
' + '
About
' + '
'; function init() { try {