mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 11:04:53 +00:00
Deepsource JS issues
This commit is contained in:
parent
b57f8a0f2a
commit
e0fc37d48a
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
let typingTimer;
|
||||
|
||||
function showHint() {
|
||||
const search = document.querySelector('#search');
|
||||
const searchPos = search.getBoundingClientRect();
|
||||
|
@ -69,6 +67,7 @@ function getSearch() {
|
|||
|
||||
|
||||
window.onload = () => {
|
||||
let typingTimer;
|
||||
let search = document.querySelector('#search');
|
||||
|
||||
if (search === null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue