Skip to content

Commit 8f2deb8

Browse files
hansthenConengmo
authored andcommitted
Fix javascript template (#2071)
1 parent 7c8073e commit 8f2deb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: folium/plugins/timeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class TimelineSlider(JSCSSMixin, MacroElement):
182182
183183
{% macro script(this, kwargs) %}
184184
var {{ this.get_name() }} = L.timelineSliderControl(
185-
{{ this.options|tojavascript }};
185+
{{ this.options|tojavascript }}
186186
);
187187
{{ this.get_name() }}.addTo({{ this._parent.get_name() }});
188188

0 commit comments

Comments
 (0)