Content deleted Content added
No edit summary |
No edit summary |
||
Line 86:
function updateheight()
{
if(parseInt(document.getElementById("thesectiondata").style.height.replace("px","")) != (
{
document.getElementById("thesectiondata").style.height = "0px";
|