Skip to content

Commit

Permalink
Makes scoreboard visible when data is selected (#1010)
Browse files Browse the repository at this point in the history
* Removes unnecessary visibility changing code.
  • Loading branch information
faucomte97 authored Feb 12, 2019
1 parent e0dcac6 commit 1b9d053
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions game/static/game/css/scoreboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ table tbody td {
background: #C24563;
}

.tableWrapper {
visibility: hidden;
}

#scoreboardTable tr td.untouched {
background: #d9d9d9;
}
Expand Down
1 change: 0 additions & 1 deletion game/templates/game/scoreboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
new $.fn.dataTable.FixedColumns(table, {
leftColumns: 2
});
$(".tableWrapper").css('visibility', 'visible');
document.getElementById("tableWrapper").scrollIntoView();
}
});
Expand Down

0 comments on commit 1b9d053

Please sign in to comment.