Skip to content

Commit

Permalink
ui: Any time we are showing join buttons, it is fine to click them
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Jan 24, 2021
1 parent d4f8c9b commit 4b08b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ function update_active_users(
if (userid == myUserid) {
for (var j = 0 ; j < N_BUCKETS; j++) {
window.buckets.children[j].children[0].children[1].disabled =
(!in_song && !hasLeader) || est_bucket === j;
est_bucket === j;
}
}

Expand Down

0 comments on commit 4b08b53

Please sign in to comment.