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
Fixed broken links to moment.js
gh-pages
josdejong
11 years ago
parent
563a21b886
commit
63f0622fc6
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/timeline/02_dataset.html
+1
-1
examples/timeline/03_much_data.html
+1
-1
examples/timeline/05_groups.html
+ 1
- 1
examples/timeline/02_dataset.html
View File
@ -20,7 +20,7 @@
<
/
style
>
<!--
note: moment.js must be loaded before vis.js, else vis.js uses its embedded version of moment.js
-->
<
script
src
=
"http
s://rawgithub.com/moment/moment/2.2.1/min
/moment.min.js"
>
<
/
script
>
<
script
src
=
"http
://cdnjs.cloudflare.com/ajax/libs/moment.js/2.3.1
/moment.min.js"
>
<
/
script
>
<
script
src
=
"../../vis.js"
>
<
/
script
>
<
/
head
>
+ 1
- 1
examples/timeline/03_much_data.html
View File
@ -11,7 +11,7 @@
<
/
style
>
<!--
note: moment.js must be loaded before vis.js, else vis.js uses its embedded version of moment.js
-->
<
script
src
=
"http
s://rawgithub.com/moment/moment/2.2.1/min
/moment.min.js"
>
<
/
script
>
<
script
src
=
"http
://cdnjs.cloudflare.com/ajax/libs/moment.js/2.3.1
/moment.min.js"
>
<
/
script
>
<
script
src
=
"../../vis.js"
>
<
/
script
>
<
/
head
>
+ 1
- 1
examples/timeline/05_groups.html
View File
@ -17,7 +17,7 @@
<
/
style
>
<!--
note: moment.js must be loaded before vis.js, else vis.js uses its embedded version of moment.js
-->
<
script
src
=
"http
s://rawgithub.com/moment/moment/2.2.1/min
/moment.min.js"
>
<
/
script
>
<
script
src
=
"http
://cdnjs.cloudflare.com/ajax/libs/moment.js/2.3.1
/moment.min.js"
>
<
/
script
>
<
script
src
=
"../../vis.js"
>
<
/
script
>
<
/
head
>
Write
Preview
Loading…
Cancel
Save