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
Merge pull request
#13
from NelsonReis/master
Update references to moment.js in the examples
css_transitions
Jos de Jong
11 years ago
parent
bdcb1040a3
42cb375804
commit
2adcbd320a
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
=
"https://rawgithub.com/moment/moment/2.
2
.1/min/moment.min.js"
>
<
/
script
>
<
script
src
=
"https://rawgithub.com/moment/moment/2.
3
.1/min/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
=
"https://rawgithub.com/moment/moment/2.
2
.1/min/moment.min.js"
>
<
/
script
>
<
script
src
=
"https://rawgithub.com/moment/moment/2.
3
.1/min/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
=
"https://rawgithub.com/moment/moment/2.
2
.1/min/moment.min.js"
>
<
/
script
>
<
script
src
=
"https://rawgithub.com/moment/moment/2.
3
.1/min/moment.min.js"
>
<
/
script
>
<
script
src
=
"../../vis.js"
>
<
/
script
>
<
/
head
>
Write
Preview
Loading…
Cancel
Save