Skip to content

Commit

Permalink
use www version of alerts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
edwelker committed Apr 17, 2015
1 parent 04e7bac commit 05428d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hf/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if(typeof jQuery !== 'undefined' && jQuery.ui){
}
// Global Alerts - new
if (typeof(jQuery) != 'undefined') {
jQuery.getScript("/core/alerts/alerts.js", function () {
jQuery.getScript("//www.ncbi.nlm.nih.gov/core/alerts/alerts.js", function () {
galert(['div.nav_and_browser', 'div.header', '#universal_header', 'body > *:nth-child(1)'])
});
}
Expand Down

0 comments on commit 05428d3

Please sign in to comment.