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