array index fix
This commit is contained in:
@@ -46,6 +46,6 @@ function graphSpectralData(obj, dom) {
|
|||||||
function fillLuxUv (obj, dom) {
|
function fillLuxUv (obj, dom) {
|
||||||
$(dom).find('#lx').text(obj[1]);
|
$(dom).find('#lx').text(obj[1]);
|
||||||
$(dom).find('#uva').text(obj[2][0]);
|
$(dom).find('#uva').text(obj[2][0]);
|
||||||
$(dom).find('#uvb').text(obj[2][0]);
|
$(dom).find('#uvb').text(obj[2][1]);
|
||||||
$(dom).find('#uvi').text(obj[2][0]);
|
$(dom).find('#uvi').text(obj[2][2]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user