Ticket #1745: 1745.patch
File 1745.patch, 626 bytes (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/user-notes-voting.js
4 4 */ 5 5 6 6 ( function( $ ) { 7 $( '.user-note-voting a' ).on( 'click', function(e) {7 $( document ).on( 'click', '.user-note-voting a', function(e) { 8 8 e.preventDefault(); 9 9 10 10 var item = $(this);