[timeline][xs]: micro followup to upgrade of timeline in ccf60d00f0.

* tweak to test
* update tutorial to reference right vendor libs
This commit is contained in:
Rufus Pollock
2013-08-23 10:03:44 +01:00
parent ab14d48939
commit 191dd5796f
3 changed files with 5 additions and 4 deletions

View File

@@ -248,11 +248,11 @@ First, add the additional dependencies for the timeline view. The timeline is bu
{% highlight html %}
<!-- css -->
<link rel="stylesheet" href="vendor/timeline/20120520/css/timeline.css">
<link rel="stylesheet" href="vendor/timeline/2.24/css/timeline.css">
<!-- javascript -->
<script type="text/javascript" src="vendor/moment/2.0.0/moment.js"></script>
<script type="text/javascript" src="vendor/timeline/20120520/js/timeline.js"></script>
<script type="text/javascript" src="vendor/timeline/2.24/js/timeline.js"></script>
{% endhighlight %}
Now, create a new div for the map (must have an explicit height for the timeline to render):