diff --git a/source/wp-content/themes/wporg-developer-2023/js/user-notes-voting.js b/source/wp-content/themes/wporg-developer-2023/js/user-notes-voting.js index f3d59fa6e..f2fe95f5b 100644 --- a/source/wp-content/themes/wporg-developer-2023/js/user-notes-voting.js +++ b/source/wp-content/themes/wporg-developer-2023/js/user-notes-voting.js @@ -4,7 +4,7 @@ */ ( function( $, wp ) { - $( '#comments' ).on( 'click', 'a.user-note-voting-up, a.user-note-voting-down', function( event ) { + $( '.comment-list' ).on( 'click', 'a.user-note-voting-up, a.user-note-voting-down', function( event ) { event.preventDefault(); var $item = $( this ),