Ticket #20713: 20713.patch
File 20713.patch, 565 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/customize-preview.dev.js
34 34 this.body = $( document.body ); 35 35 this.body.on( 'click.preview', 'a', function( event ) { 36 36 event.preventDefault(); 37 self.send( 'scroll', 0 ); 37 38 self.send( 'url', $(this).prop('href') ); 38 39 }); 39 40 … … 83 84 }); 84 85 }); 85 86 86 })( wp, jQuery ); 87 No newline at end of file 87 })( wp, jQuery );