fix for last commit

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3074 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent e4570bffaf
commit 28971da91c

@ -4,7 +4,6 @@ function removeAllChildren(element){
}
child=element.firstChild;
while(child!=null){
removeAllChildren(child);
element.removeChild(child);
child=element.firstChild;
}

Loading…
Cancel
Save