Skip to content

Commit

Permalink
fix settings not hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilSLi authored Apr 18, 2024
1 parent 19cb0c2 commit 321b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_search_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
if player_pwd and player_pwd != window.prompt ("Enter player password:"):
window.alert ("Password incorrect.")
return
document ["settings"].attrs ["hidden"] = "hidden"
list_change (False)
document ["results"].innerHTML = f"""
<h1>Managing Playlist</h1>
Expand Down

0 comments on commit 321b625

Please sign in to comment.