parent
4b4b5afdc7
commit
07944f2d3f
8 changed files with 89 additions and 3 deletions
@ -1 +1,15 @@ |
||||
<div id="expo_top_events"></div> |
||||
|
||||
<script> |
||||
(function() { |
||||
try { |
||||
console.info("DOMtopjsElementInserted fire trying"); |
||||
document.dispatchEvent(window.DOMtopjsElementInserted); |
||||
console.info("in DOM!"); |
||||
} |
||||
catch (error) { |
||||
console.info(error); |
||||
// do nothing |
||||
} |
||||
})(); |
||||
</script> |
||||
|
||||
Loading…
Reference in new issue