Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@
</thead>\
<tbody id=' + tableInfo['tableBodyId'] + '>\
</tbody>\
</table> </div>'
</table> \
</div>\
<style>\
.table td, .table th {\
font-size: 15px;\
}\
/table tr {\
white-space: nowrap\
}\
</style>'
console.log(htmlBody)
$('#' + tableInfo['tableId']).html(htmlBody);
}
Expand Down