Browse Source

Fixed links in examples to moment.js (see #13)

css_transitions
josdejong 11 years ago
parent
commit
38653ed5eb
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      examples/timeline/02_dataset.html
  2. +1
    -1
      examples/timeline/03_much_data.html
  3. +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.3.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="https://rawgithub.com/moment/moment/2.3.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="https://rawgithub.com/moment/moment/2.3.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>

Loading…
Cancel
Save