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

Commit

Permalink
fix new design doesn't work on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed May 4, 2020
1 parent f151f32 commit 15271f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static_site/src/assets/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ $(document).ready(function () {
$("#version-dropdown-container")
.mouseenter(toggleDropdown.bind(null, true))
.mouseleave(toggleDropdown.bind(null, false))
.click(toggleDropdown.bind(null, false));
.click(function() {$(".version-dropdown").toggle()});
});

0 comments on commit 15271f0

Please sign in to comment.