cursor pointer solo sulla roba cliccabile

This commit is contained in:
Leocraft1
2025-11-04 18:18:00 +01:00
parent 1756a545cb
commit 5bc5600487
2 changed files with 4 additions and 7 deletions

View File

@@ -124,8 +124,8 @@ function caricadati(){
if(item.hasProblems==true){
tr.setAttribute("class","bus-card-red");
tr.innerHTML = `
<td onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.service}</td>
<td onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.destination}</td>
<td class="cursor-pointer" onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.service}</td>
<td class="cursor-pointer"onclick="window.location.href='/seta_modena/servizi/cercaorario/notizielinea.html?routenum=${item.officialService}'">${item.destination}</td>
`;
}else{
tr.innerHTML = `