Skip to content

Commit

Permalink
Merge branch 'master' into update_gpu_toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed May 8, 2020
2 parents 10fc2ef + 33dfbf7 commit fb860bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/static_site/src/assets/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,8 @@ $(document).ready(function () {
.mouseenter(toggleDropdown.bind(null, true))
.mouseleave(toggleDropdown.bind(null, false))
.click(function() {$(".version-dropdown").toggle()});

$("ul.version-dropdown").click(function(e) {
e.preventDefault();
});
});

0 comments on commit fb860bb

Please sign in to comment.