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 5088edf commit ee07687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $(function() {
if(data.type == 'play'){
$(".table").children().unbind('click');
if(data.success){
$("#status").attr('hidden', true);
$('#status').html(data['next'] + '\'s turn to play, please wait.')
if('partner1' in data){
$("#points_table tbody tr td").filter(function () {
var text = $(this).html();
Expand Down

0 comments on commit ee07687

Please sign in to comment.