HTML DOM parser skip links with inline javascript

This commit is contained in:
calcscout 2022-04-30 13:41:03 +02:00
parent 3f8b657270
commit 14697057a6

View File

@ -227,4 +227,4 @@ function get_get_computed_style_function(element/*:HTMLElement*/)/*:?function*/
// If it is not available, try to get one from the global namespace
if(typeof getComputedStyle === 'function') return getComputedStyle;
return null;
}
}