Update assets/js/admin/wc-status-widget.js

Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
This commit is contained in:
Moon 2021-02-18 13:17:27 -08:00 committed by GitHub
parent ab8d29ea0c
commit ba2f97af62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
recordEvent( 'net-sales' );
});
$( '.best-seller-this-month a' ).on( 'click', function() {
recordEvent( 'best-seller-this-month' );
});
$( '.processing-orders a' ).on( 'click' , function() {
recordEvent( 'orders-processing' );
});