Content deleted Content added
No edit summary |
No edit summary |
||
Line 87:
{
var h1 = document.getElementById("thesectiondata").style.height.replace("px","");
var h = parseInt(h1)
var sh = document.getElementById("thesectiondata").scrollHeight;
if(!h1 || h
{
document.getElementById("thesectiondata").style.height = (25+document.getElementById("thesectiondata").scrollHeight)+"px";
|