Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Feb 17, 2023
1 parent bcb495f commit 3cf8777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
$.each( data, function( computer, user ) {
rand_dom = '_' + uuidv4();
times = get_times(rand_dom);
// todo - click doesn't work and radio spans accross users'
$("#people").append(
"<span class='user' id='" + user + "'>" +
"<p class='h3'>" + user + "<span class='notify loading'></span></p>" +
Expand Down

0 comments on commit 3cf8777

Please sign in to comment.