Content deleted Content added
No edit summary |
No edit summary |
||
Line 86:
function updateheight()
{
if(document.getElementById("thesectiondata").style.height
{
document.getElementById("thesectiondata").style.height = (25+document.getElementById("thesectiondata").scrollHeight)+"px"; ▼
document.getElementById("thesectiondata").style.height = "0px";
}
▲
}
|