Fixed last commit
This commit is contained in:
parent
254183bec5
commit
05f5f1275f
@ -585,7 +585,7 @@ Template.profile.events({
|
|||||||
name: item.childNodes[1].childNodes[0].nodeValue,
|
name: item.childNodes[1].childNodes[0].nodeValue,
|
||||||
teacher: item.childNodes[3].childNodes[0].nodeValue,
|
teacher: item.childNodes[3].childNodes[0].nodeValue,
|
||||||
hour: item.childNodes[5].childNodes[0].nodeValue,
|
hour: item.childNodes[5].childNodes[0].nodeValue,
|
||||||
subscribers: Math.floor(item.childNodes[7].childNodes[0].nodeValue.length.replace(",","") / 17),
|
subscribers: Math.floor(item.childNodes[7].childNodes[0].nodeValue.replace(",","").length / 17),
|
||||||
_id: item.getAttribute("classid")
|
_id: item.getAttribute("classid")
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user