Persistent table sort on registration page

This commit is contained in:
Claude Brisson
2024-01-20 10:27:00 +01:00
parent 3c9e1683f7
commit d0ff355c11
8 changed files with 45 additions and 16 deletions

View File

@@ -200,7 +200,6 @@ onLoad(() => {
close_modal();
}
} else if (tab === '#pairing') {
console.log('here')
$('#pairing-lists .selected.listitem').removeClass('selected');
}
break;