Skip to content

Commit 86607d8

Browse files
committed
call explicitly
1 parent 7d13a2a commit 86607d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ <h3>Proofs</h3>
27402740
// Set a minimum distance to qualify as a swipe (e.g. 50px)
27412741
if (difference > 50) {
27422742
// Swiped from left to right => open sidebar
2743-
toggleSidebar();
2743+
openSidebar();
27442744
} else if (difference < -50) {
27452745
// Swiped from right to left => close sidebar
27462746
closeSidebar();

0 commit comments

Comments
 (0)