(function(){
var ID="va1";
var ROOT="duo-"+ID+"-root";
var JSX="duo-"+ID+"-jsx";
var MNT="__MountDuoApp_"+ID;
var LDK="__DUO_"+ID.toUpperCase()+"_LOADED__";
function clean(h){
if(!h)return"";
var t=document.createElement("textarea");
t.innerHTML=h.replace(/&/g,"&").replace(/&/g,"&").replace(/"/g,'"').replace(/"/g,'"').replace(/'/g,"'").replace(/'/g,"'").replace(/ /g," ").replace(/\u00A0/g," ");
return t.value;
}
function load(){
var r=document.getElementById(ROOT);
var j=document.getElementById(JSX);
if(!r||!j){setTimeout(load,50);return;}
if(window[LDK])return;
window[LDK]=true;
try{
var c=Babel.transform(clean(j.textContent||j.innerText),{presets:["react"]}).code;
var s=document.createElement("script");
s.type="text/javascript";
s.textContent=c+"\n\nif(typeof window['"+MNT+"']==='function'){window['"+MNT+"']();}";
document.body.appendChild(s);
}catch(e){
console.error("DUO Error",e);
if(r)r.innerHTML='<div style="padding:20px;border:2px solid red;border-radius:12px;text-align:center"><b>Error</b><br/><small>'+e.message+'</small></div>';
}
}
function poll(){
typeof Babel!=="undefined"&&typeof React!=="undefined"&&typeof ReactDOM!=="undefined"?load():setTimeout(poll,50);
}
document.readyState==="loading"?document.addEventListener("DOMContentLoaded",poll):poll();
})();
document.addEventListener('DOMContentLoaded', function() {
var buttons = document.querySelectorAll('.conversion-btn a, .conversion-btn');
buttons.forEach(function(btn) {
btn.addEventListener('click', function(e) {
e.preventDefault();
var url = this.getAttribute('href');
gtag_report_conversion(url);
});
});
});
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
(function() {
window.wcAnalytics = window.wcAnalytics || {};
const wcAnalytics = window.wcAnalytics;// Set the assets URL for webpack to find the split assets.
wcAnalytics.assets_url = 'https://duo.bz/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src/../build/';// Set the REST API tracking endpoint URL.
wcAnalytics.trackEndpoint = 'https://duo.bz/wp-json/woocommerce-analytics/v1/track';// Set common properties for all events.
wcAnalytics.commonProps = {"session_id":null,"landing_page":null,"is_engaged":null,"ui":0,"blog_id":252820655,"store_id":"4735d1d5-c7ab-4559-898b-2f4ef0eaef06","url":"https://duo.bz","woo_version":"10.5.3","wp_version":"6.9.1","store_admin":0,"device":"desktop","store_currency":"USD","timezone":"+00:00","is_guest":1,"_via_ua":"Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1","_via_ip":"90.247.114.213","_lg":"","_dr":"","_dl":"http://duo.bz/va1/","_via_ref":""};// Set the event queue.
wcAnalytics.eventQueue = [];// Features.
wcAnalytics.features = {
ch: false,
sessionTracking: false,
proxy: false,
};wcAnalytics.breadcrumbs = ["Foundations","Values Alignment vs. Collision"];// Page context flags.
wcAnalytics.pages = {
isAccountPage: false,
isCart: false,
};
})();