Ticket #311: 311.patch
File 311.patch, 572 bytes (added by , 11 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-p2/page-reports.php
40 40 } 41 41 </style> 42 42 <script> 43 jQuery( document).on( 'ready', function($) {43 jQuery( document ).ready(function( $ ) { 44 44 $( '.tickets-by-topic' ).on( 'change', function() { 45 45 var topic = $(this).val(); 46 46 if ( ! topic ) {