Ticket #2906: 2906.patch
File 2906.patch, 574 bytes (added by , 8 years ago) |
---|
-
wordpress.org/public_html/style/trac/wp-trac.js
251 251 // Open WikiFormatting links in a new window. 252 252 $( '#content.ticket' ).on( 'click', 'a[href$="wiki/WikiFormatting"]', function() { 253 253 window.open( $( this ).attr( 'href' ) ); 254 return false; 254 255 }); 255 256 256 257 // Point users to open new tickets when they comment on old tickets.