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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/res/ranking.js b/http/res/ranking.js
index 6d3b0ac..1d8923c 100644
--- a/http/res/ranking.js
+++ b/http/res/ranking.js
@@ -173,8 +173,8 @@ var ranking = {
});
$('button[data-filter]').click(function() {
- $('table.table-paginate').paginate('clear');
$('table.table').css('opacity', 0.1);
+ $('table.table-paginate').paginate('clear');
var button = $(this);
var params = ranking.parseHash(location.hash);
var param = params.get(button.attr('data-filter'));
@@ -198,8 +198,8 @@ var ranking = {
});
$('button[data-clear]').click(function() {
- $('table.table-paginate').paginate('clear');
$('table.table').css('opacity', 0.1);
+ $('table.table-paginate').paginate('clear');
var button = $(this);
var params = ranking.parseHash(location.hash);
params.delete(button.attr('data-clear'));