Changeset 370
- Timestamp:
- 02/02/2014 03:27:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/page-reports.php
r346 r370 41 41 </style> 42 42 <script> 43 $(document).on( 'ready', function() {43 jQuery(document).on( 'ready', function($) { 44 44 $( '.tickets-by-topic' ).on( 'change', function() { 45 45 var topic = $(this).val();
Note: See TracChangeset
for help on using the changeset viewer.