Skip to content

Commit

Permalink
fixed duplicating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
notAperson535 authored Feb 23, 2022
1 parent 4e1c9e9 commit 4c2746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ startbutton.addEventListener("click", ()=>{
}
else{
if(searchmenu.style.bottom == "50px"){
startmenu.style.transition = "all 0.0s ease-in"
searchmenu.style.transition = "all 0.0s ease-in"
searchmenu.style.bottom = "-655px"
startmenu.style.transition = "all 0.0s ease-in"
startmenu.style.bottom = "50px"
Expand Down

0 comments on commit 4c2746d

Please sign in to comment.