mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 08:59:01 +02:00
changed default from last 8 hours toi last 48 hours of games
This commit is contained in:
@@ -31,7 +31,8 @@ function setupGameStatsLink(gameIndex) {
|
||||
var link = document.getElementById('gameStats_' + gameIndex);
|
||||
link.onclick = function() {
|
||||
var row = document.getElementById('content_row_' + this.getAttribute('gameuuid'));
|
||||
if(row && row.className == 'fullyhide') {
|
||||
//if(row && row.className == 'fullyhide') {
|
||||
if(row) {
|
||||
row.className = 'fullyshow';
|
||||
row.innerHTML = '<td width=\'100%\' colspan=\'100\'><a id=\'hide_stats_' + this.getAttribute('gameuuid') + '\' href=\'#\'>Hide Stats</a><div width=\'100%\' id=\'content_' + this.getAttribute('gameuuid') + '\'></div></td>';
|
||||
|
||||
|
Reference in New Issue
Block a user