Making WordPress.org

Ticket #311: 311.patch

File 311.patch, 572 bytes (added by mikemanger, 11 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-p2/page-reports.php

     
    4040}
    4141</style>
    4242<script>
    43 jQuery(document).on( 'ready', function($) {
     43jQuery( document ).ready(function( $ ) {
    4444        $( '.tickets-by-topic' ).on( 'change', function() {
    4545                var topic = $(this).val();
    4646                if ( ! topic ) {