Skip to content
Snippets Groups Projects
Commit 849bc378 authored by khawkins98's avatar khawkins98
Browse files

Update JS compile

parent 59ebdd86
No related branches found
No related tags found
No related merge requests found
......@@ -459,12 +459,11 @@ function ebiFrameworkUpdateFooterMeta() {
}
/**
* Load the downtime/annoucnement messages, if any.
* Load the downtime/announcement messages, if any.
* For more info, see: https://gitlab.ebi.ac.uk/ebiwd/ebi.emblstatic.net-root-assets/tree/master/src
*/
function ebiFrameworkIncludeAnnouncements() {
// var downtimeScript = 'http://origin.dev.ebi.emblstatic.net/announcements.js?' + Math.round(new Date().getTime() / 3600000);
// var downtimeScript = 'http://origin.dev.ebi.emblstatic.net/announcements.js';
// var downtimeScript = 'https://dev.ebi.emblstatic.net/announcements.js?' + Math.round(new Date().getTime() / 3600000);
// are there matching annoucnements for the current URL
function detectAnnouncements(messages) {
......@@ -536,7 +535,7 @@ function ebiFrameworkIncludeAnnouncements() {
xmlhttp.send();
}
loadRemote('http://origin.dev.ebi.emblstatic.net/announcements.js');
loadRemote('https://dev.ebi.emblstatic.net/announcements.js');
}
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment