Skip to content

Commit

Permalink
Make minor adjustment to admin bar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Dec 11, 2024
1 parent a832b8f commit 695993f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/notices.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Close an Imagify notice.
*/
$( '.imagify-notice-dismiss' ).on( 'click.imagify', function( e ) {
$(document).on('click', '.imagify-notice-dismiss', function ( e ) {
var $this = $( this ),
$parent = $this.parents( '.imagify-welcome, .imagify-notice, .imagify-rkt-notice, .imagify-upsell, .imagify-upsell-admin-bar' ),
href = $this.attr( 'href' );
Expand Down
2 changes: 1 addition & 1 deletion assets/js/notices.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 695993f

Please sign in to comment.