summaryrefslogtreecommitdiff
path: root/http/_res/ranking.js
diff options
context:
space:
mode:
Diffstat (limited to 'http/_res/ranking.js')
-rw-r--r--http/_res/ranking.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/http/_res/ranking.js b/http/_res/ranking.js
index 3115190..c85df2b 100644
--- a/http/_res/ranking.js
+++ b/http/_res/ranking.js
@@ -177,10 +177,8 @@ var ranking = {
columnCnt++;
}
});
- var fillerRow = $('<td>').attr('colspan', columnCnt);
- filterCategories.forEach(function(category) {
- fillerRow.attr('data-' + category, row.category);
- });
+ var fillerRow = $('<td>').attr('colspan', columnCnt).addClass('hidden-filler');
+ fillerRow.append($('<em>ukryte</em>'));
tableRow.append(fillerRow);
tableRow.find('.rank').text(row['place']);
}