Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit ceebf34

Browse files
author
ys2843
committed
fix new design doesn't work on mobile
1 parent 99c0019 commit ceebf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static_site/src/assets/js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ $(document).ready(function () {
148148
$("#version-dropdown-container")
149149
.mouseenter(toggleDropdown.bind(null, true))
150150
.mouseleave(toggleDropdown.bind(null, false))
151-
.click(toggleDropdown.bind(null, false));
151+
.click(function() {$(".version-dropdown").toggle()});
152152
});

0 commit comments

Comments
 (0)