Add school to ranking
This commit is contained in:
parent
a35ea0f6d5
commit
e229b53226
7 changed files with 59 additions and 37 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
function renew_filter(need_update=true) {
|
||||
var checkboxes = [
|
||||
'#show-organizations-checkbox',
|
||||
'#show-schools-checkbox',
|
||||
'#show-fullnames-checkbox',
|
||||
'#show-total-score-checkbox',
|
||||
];
|
||||
|
@ -171,8 +171,8 @@
|
|||
window.location.href = url.replace('__username__', $(this).val());
|
||||
});
|
||||
|
||||
$('#show-organizations-checkbox').click(function () {
|
||||
$('.organization').toggle();
|
||||
$('#show-schools-checkbox').click(function () {
|
||||
$('.school').toggle();
|
||||
});
|
||||
$('#show-fullnames-checkbox').click(function () {
|
||||
$('.fullname').toggle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue