Closed futtta closed 3 years ago
persist-admin-notices-dismissal/dismiss-notice.js: jQuery.fn.click() event shorthand is deprecated
switching to .on('click', func) is pretty straightforward :)
.on('click', func)
switching to
.on('click', func)
is pretty straightforward :)