tune timeline
This commit is contained in:
parent
348543ba13
commit
4b35b1a906
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
|||
<script>
|
||||
var data = {{ timeline_json | safe }};
|
||||
var timeline = new TL.Timeline('timeline', data, {
|
||||
debug: true
|
||||
hash_bookmark: true,
|
||||
debug: false,
|
||||
timenav_height: 100,
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue