Clearer comment

Co-authored-by: Leif Singer <leif@automattic.com>
This commit is contained in:
Justin Palmer 2023-11-11 03:04:36 +01:00
parent df2e05e4cf
commit 378e4999e5
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 1 additions and 1 deletions

View File

@ -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 );