diff --git a/js/ebi-global-includes/script/4_ebiFrameworkContent.js b/js/ebi-global-includes/script/4_ebiFrameworkContent.js index a5395b5..5de0319 100644 --- a/js/ebi-global-includes/script/4_ebiFrameworkContent.js +++ b/js/ebi-global-includes/script/4_ebiFrameworkContent.js @@ -299,9 +299,9 @@ function ebiFrameworkUpdateFoot() { '' + '
' + '
' + - '
Services
' + + '
Services
' + '
' + - '
Research
' + '
' + '
Training
'; diff --git a/js/script.js b/js/script.js index 5611a04..8a1c4c6 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
' + '
' + '
Training
' + '
' + '
Industry
' + '
' + '
About
' + '
'; + var html = '
' + '

EMBL-EBI

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