File "attributes-tracking.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/attributes-tracking.js
File size: 1.34 KB
MIME-type: text/plain
Charset: utf-8

(()=>{"use strict";var e={};(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e);const t=window.wc.tracks,r=document.querySelector('[name="add_new_attribute"]'),c=document.querySelector('[name="save_attribute"]'),o=document.querySelectorAll(".row-actions span a"),n=document.querySelectorAll(".configure-terms");r?.addEventListener("click",(function(){const e=document.querySelector("#attribute_public"),r=document.querySelector("#attribute_orderby");(0,t.recordEvent)("product_attributes_add",{enable_archive:e?.checked?"yes":"no",default_sort_order:r?.value,page:"attributes"})})),c?.addEventListener("click",(function(){const e=document.querySelector("#attribute_public"),r=document.querySelector("#attribute_orderby");(0,t.recordEvent)("product_attributes_update",{enable_archive:e?.checked?"yes":"no",default_sort_order:r?.value,page:"attributes"})})),o.forEach((e=>{e.addEventListener("click",(function(e){const r=e.target.parentElement.classList[0],c={edit:"edit",delete:"delete"};c[r]&&(0,t.recordEvent)("product_attributes_"+c[r],{page:"attributes"})}))})),n.forEach((e=>{e.addEventListener("click",(function(){(0,t.recordEvent)("product_attributes_configure_terms",{page:"attributes"})}))})),(window.wc=window.wc||{}).attributesTracking=e})();