Drops the replaced Client table

This commit is contained in:
Paul Schneider 2025-08-25 13:32:31 +01:00
commit 63c735dbbb
8 changed files with 3480 additions and 78 deletions

View file

@ -13,3 +13,4 @@ var setUiCult = function(lngspec) {
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
location.reload();
};