This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
updated link status message
gh-pages
jos
9 years ago
parent
dd782d3380
commit
4a4321eb13
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)";
}
Write
Preview
Loading…
Cancel
Save