Fix misnamed variable in rustdoc
This commit is contained in:
parent
5180a7ccc5
commit
98841d4e93
@ -133,7 +133,7 @@
|
||||
$(document).on("keypress", handleShortcut);
|
||||
$(document).on("keydown", handleShortcut);
|
||||
$(document).on("click", function(ev) {
|
||||
if (!$(e.target).closest("#help > div").length) {
|
||||
if (!$(ev.target).closest("#help > div").length) {
|
||||
$("#help").addClass("hidden");
|
||||
$("body").removeClass("blur");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user