Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 519: | Rivi 519: | ||
obs.popup +='<b>' + memo.tooltiptitle + '</b> '; | obs.popup +='<b>' + memo.tooltiptitle + '</b> '; | ||
} else { | } else { | ||
obs.popup +='<b>' + memo.tooltiptitle + ': ' + (Math.round(obs.value * 10)/10).toString().replace( '.', i18n['dec'][memo.lang] ) + ' ' + i18n[memo.obscode]['unit'] + '</b> '; | memo.decimals = 1; | ||
if ( memo.obscode == 'level' ) { memo.decimals = 2; } | |||
obs.popup +='<b>' + memo.tooltiptitle + ': ' + (Math.round(obs.value * (memo.decimals*10))/(memo.decimals*10)).toString().replace( '.', i18n['dec'][memo.lang] ) + ' ' + i18n[memo.obscode]['unit'] + '</b> '; | |||
} | } | ||


