Browse Source

updated link status message

gh-pages
jos 9 years ago
parent
commit
4a4321eb13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html

+ 2
- 2
index.html View File

@ -35,8 +35,8 @@
function evalLinks() {
if (typeof vis === 'undefined') {
console.log(document.getElementById("linkStatus"))
document.getElementById("linkStatus").innerHTML = "-- CDN links are momentarily unavailable.<br />";
console.log(document.getElementById("linkStatus"));
document.getElementById("linkStatus").innerHTML = "Note: The latest version (4.5.1) is not yet available on cdnjs, <a href='https://cdnjs.com/libraries/vis'>click here</a> to to pick the latest available version.<br />";
document.getElementById("cdn_vis").style.color = "rgb(150,150,150)";
document.getElementById("cdn_vis_css").style.color = "rgb(150,150,150)";
}

Loading…
Cancel
Save