[#316,timeline][s]: complete upgrade to v2.25 of timelinejs with support for BC dates <= 10k BC.

This commit is contained in:
Rufus Pollock
2013-08-24 13:25:28 +01:00
parent fddea8e882
commit c8f7ab56ff
5 changed files with 22 additions and 9 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/2.24/css/timeline.css">
<link rel="stylesheet" href="vendor/timeline/css/timeline.css">
<!-- javascript -->
<script type="text/javascript" src="vendor/moment/2.0.0/moment.js"></script>
<script type="text/javascript" src="vendor/timeline/2.24/js/timeline.js"></script>
<script type="text/javascript" src="vendor/timeline/js/timeline.js"></script>
{% endhighlight %}
Now, create a new div for the map (must have an explicit height for the timeline to render):