Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47069, comment 72


Ignore:
Timestamp:
12/10/2019 06:16:26 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47069, comment 72

    initial v1  
    11There seem to be some errors in the "jQuery free" `admin-bar.js`. Caused by the way jQuery silences errors when a particular node doesn't exist. For example: `$( '#some-element' ).on( 'click', ... )` will not throw error when a node with that ID doesn't exist but the equivalent `document.getElementById( 'some-element' ).addEventListener()` will.
     2
     3Patch coming up.