Skip to content

Commit

Permalink
Fix javascript template (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen authored and Conengmo committed Jan 4, 2025
1 parent 7c8073e commit 8f2deb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class TimelineSlider(JSCSSMixin, MacroElement):
{% macro script(this, kwargs) %}
var {{ this.get_name() }} = L.timelineSliderControl(
{{ this.options|tojavascript }};
{{ this.options|tojavascript }}
);
{{ this.get_name() }}.addTo({{ this._parent.get_name() }});
Expand Down

0 comments on commit 8f2deb8

Please sign in to comment.