Transport Table
|
|
There is a bug with transport table you write if(j == 0) s += "<td class='"+cs+"'>"+createLastUpdateAsTooltip(createLinkToCity(getCityName(city.innerHTML), city.value, i), res.prodtime) +"</td>"; in line 808 in table.js you must comment the line (if (j == 0)) to correct the problem. |