Changeset 3561
- Timestamp:
- 06/23/2016 04:44:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/js/user-notes-voting.js
r929 r3561 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
Note: See TracChangeset
for help on using the changeset viewer.