Clearer comment
Co-authored-by: Leif Singer <leif@automattic.com>
This commit is contained in:
parent
df2e05e4cf
commit
378e4999e5
|
@ -6,7 +6,7 @@ jQuery( document ).ready( ( $ ) => {
|
|||
window.wcTracks = window.wcTracks || {};
|
||||
window.wcTracks.recordEvent = window.wcTracks.recordEvent || ( () => {} );
|
||||
|
||||
// Handle our details container toggle.
|
||||
// Handle the "Details" container toggle.
|
||||
$( '.woocommerce-order-source-attribution-details-toggle' )
|
||||
.on( 'click', ( e ) => {
|
||||
var $this = $( this );
|
||||
|
|
Loading…
Reference in New Issue