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 7c8073e commit 8f2deb8Copy full SHA for 8f2deb8
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