From 0a5d77836022a768ca9816065626951271b0a74e Mon Sep 17 00:00:00 2001 From: Guuq <50501321+Guuq@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:36:01 +0100 Subject: [PATCH] 3-11 #3 --- js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js.js b/js.js index 65c0bf3..6b2d739 100644 --- a/js.js +++ b/js.js @@ -41,7 +41,7 @@ function showSearch(e) { $("#opacityMenu").removeClass("hidden lowerIndex") d("googleSearchBar").classList.remove("searchMove") d("googleSearchBar").focus() - d("googleSearchBar").value = e.key + d("googleSearchBar").value = e.key + d("googleSearchBar").value } }