mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 17:12:05 +00:00
cursor pointer solo sulla roba cliccabile
This commit is contained in:
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user