Changeset 3410
- Timestamp:
- 06/17/2016 12:17:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-accordion.js
r3252 r3410 1 /* global _gaq */ 1 2 ( function( $ ) { 2 3 $( function() { … … 9 10 10 11 $( '.read-more:not( #' + sectionId + ')' ).removeClass( 'toggled' ).attr( 'aria-expanded', false ); 12 13 _gaq.push(['_trackPageview', window.location.pathname + sectionId + '/' ]); 11 14 } ); 12 15 } );
Note: See TracChangeset
for help on using the changeset viewer.