Tweak my previous fix per comment from Jesse.
git-svn-id: svn://10.0.0.236/trunk@244328 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -27,7 +27,7 @@ function boom2()
|
||||
{
|
||||
var nodes = document.getAnonymousNodes(xbltarget);
|
||||
if (!nodes) {
|
||||
setTimeout(boom2, 0);
|
||||
setTimeout(boom2, 10);
|
||||
return;
|
||||
}
|
||||
var anox = nodes[0];
|
||||
|
||||
Reference in New Issue
Block a user