Skip to content

Commit

Permalink
Pin older version of leaflet side by side
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmiclat committed Feb 26, 2023
1 parent 11187ff commit 58f3021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/side_by_side.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SideBySideLayers(JSCSSMixin, MacroElement):
default_js = [
(
"leaflet.sidebyside",
"https://cdn.jsdelivr.net/gh/digidem/leaflet-side-by-side@gh-pages/leaflet-side-by-side.min.js",
"https://cdn.jsdelivr.net/gh/digidem/leaflet-side-by-side@2.0.0/leaflet-side-by-side.min.js",
),
]

Expand Down

0 comments on commit 58f3021

Please sign in to comment.