Changeset 11538
- Timestamp:
- 02/10/2022 02:10:23 AM (3 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11537 r11538 5 5 6 6 <?python 7 scripts_version = '15 8'7 scripts_version = '159' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r11537 r11538 707 707 popup.appendTo( '#main' ); 708 708 $( '.open-ticket-report' ).click( function( event ) { 709 // Allow opening the report on make. 710 if ( event.metaKey || event.ctrlKey || event.shiftKey ) { 711 return; 712 } 713 709 714 if ( popup.children().length === 0 ) { 710 715 $.ajax({
Note: See TracChangeset
for help on using the changeset viewer.