Update assets/js/admin/wc-status-widget.js
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
This commit is contained in:
parent
ab8d29ea0c
commit
ba2f97af62
|
@ -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' );
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue