Skip to content

Commit 1640792

Browse files
authored
Pin older version of leaflet side by side plugin (#1732)
1 parent cf5f834 commit 1640792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/plugins/side_by_side.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SideBySideLayers(JSCSSMixin, MacroElement):
3939
default_js = [
4040
(
4141
"leaflet.sidebyside",
42-
"https://cdn.jsdelivr.net/gh/digidem/leaflet-side-by-side@gh-pages/leaflet-side-by-side.min.js",
42+
"https://cdn.jsdelivr.net/gh/digidem/leaflet-side-by-side@2.0.0/leaflet-side-by-side.min.js",
4343
),
4444
]
4545

0 commit comments

Comments
 (0)