Drops the replaced Client table

This commit is contained in:
Paul Schneider
2025-08-25 13:32:31 +01:00
parent c65de51f9c
commit 7ac48c3bbf
8 changed files with 3482 additions and 80 deletions

View File

@ -1 +1,2 @@
var notifClick=function(i){0<i&&$.get("/api/dimiss/click/"+i)},setUiCult=function(i){document.cookie="ASPNET_CULTURE=c="+i+"|uic="+i,location.reload()};
var notifClick=function(nid){if(nid>0){$.get({url:'/api/dimiss/click/'+nid,success:$('div[data-nid='+nid+']').remove()});}};var setUiCult=function(lngspec){document.cookie='ASPNET_CULTURE=c='+lngspec+'|uic='+lngspec;location.reload();};