DescriptionSince we are using the "beforeload" event on Safari to block content, neiher the "load" nor "error" event is dispatched, and therfore the code that removes blocked elements from the DOM isn't triggered. So I had to dispatch the "error" event manually, in the "beforeload" event handler.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments #MessagesTotal messages: 4
|