We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb48f0 commit 29062ddCopy full SHA for 29062dd
folium/plugins/timeline.py
@@ -182,7 +182,7 @@ class TimelineSlider(JSCSSMixin, MacroElement):
182
183
{% macro script(this, kwargs) %}
184
var {{ this.get_name() }} = L.timelineSliderControl(
185
- {{ this.options|tojavascript }};
+ {{ this.options|tojavascript }}
186
);
187
{{ this.get_name() }}.addTo({{ this._parent.get_name() }});
188
0 commit comments