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 Jan 4, 2025
1 parent 4eb48f0 commit 29062dd
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 29062dd

Please sign in to comment.