Skip to content

Commit

Permalink
Fix: hidden ajax list
Browse files Browse the repository at this point in the history
  • Loading branch information
idoalit committed Apr 11, 2021
1 parent e51d88e commit 5e42559
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/gui.js
Expand Up @@ -485,7 +485,4 @@ $(document).keydown(function(event){
}
})

$(document).keyup(() => {
n = 0;
$('.menu.home').unbind('click').click()
})
$(document).keyup(() => { n = 0; })

0 comments on commit 5e42559

Please sign in to comment.