Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
fixed timeline examples preview images (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Aug 28, 2016
1 parent 2657ba1 commit 5fa483e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion timeline_examples.html
Expand Up @@ -20,10 +20,13 @@
<script type="text/javascript" src="./js/prettify/prettify.js"></script>
<link href="./css/examples.css" rel="stylesheet" type="text/css" />

<script src="./dist/vis.js"></script>
<link href="./dist/vis.css" rel="stylesheet" type="text/css" />

<script src="./js/imagesNetwork.js"></script>
<link href="./css/imagesNetwork.css" rel="stylesheet" type="text/css" />
</head>
<body>
<body onload="loadVis(220);">


<div class="navbar-wrapper">
Expand Down

0 comments on commit 5fa483e

Please sign in to comment.