Content deleted Content added
No edit summary |
No edit summary |
||
Line 90:
var sh = document.getElementById("thesectiondata").scrollHeight;
if(!h1 || Math.abs(h-sh)
{
document.getElementById("thesectiondata").style.height = (25+document.getElementById("thesectiondata").scrollHeight)+"px";
|