Skip to content

Commit

Permalink
Update Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
s4shyam95 committed Apr 5, 2020
1 parent ad736c5 commit fbbb61a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ $(function() {
$(".table").children().unbind('click');
if(data.success){
$('#status').attr('hidden', true)
$("#points_table tbody tr td").filter(function () {
var text = $(this).html();
return (text == data.player || text == data.player + " (*)");
}).html(data.next+"");
$("#points_table tbody tr td").filter(function () {
var text = $(this).html();
return (text == data.next || text == data.next + " (*)");
Expand Down

0 comments on commit fbbb61a

Please sign in to comment.