order: payment-first express checkout + fix dead Tawk chat widget
Conversion fix for the checkout drop-off (54 sessions reached an /order/ page over 3 days, 0 advanced to payment). Root cause was friction, not a bug: every order page dropped a cold email-click straight into a 28-field intake Wizard before showing any payment option. - New ExpressCheckout.astro: payment-first entry. Shows price + the minimal fields the API needs (prefilled from public records: ?dot= FMCSA census for trucking, ?npi= NPPES lookup for healthcare) + Continue to payment. Creates a single-service batch-of-one (POST /compliance-orders/batch, which does NOT gate Stripe on intake_data_validated) then create-session -> Stripe. Full intake is collected AFTER payment via the per-service 'Complete Your Intake Form' email the webhook already sends (links to /order/<slug>?order=CO-xxx, which re-enters the Wizard in paid-intake mode). - New OrderFlow.astro: single source of truth replacing ~50 near-identical thin Wizard wrappers. Trucking + healthcare default to payment-first (express on top, marketing hero moved BELOW the CTA). Telecom + corporate keep Wizard-first (rich pre-payment FCC/499 intake, no public-records prefill). Paid-intake re-entry (?order=/?token=) always renders the full Wizard. - Rewrote all 50 /order/*.astro pages to use OrderFlow (foreign-qualification keeps its multi-state toggle via slotted content). - Fixed the dead Tawk.to live-chat widget site-wide: the snippet set an invalid crossorigin='*' attribute, forcing the browser into anonymous CORS mode and blocking the script (0 chat requests fired anywhere). Removed it to match Tawk's official snippet (footer partial + 73 static public/*.html files). Verified: build clean; express on top with hero below; ?dot=/?npi= prefill; paid-intake re-entry swaps to Wizard; telecom stays wizard-first; batch-of-one -> live Stripe URL; both POST endpoints allow the prod origin via CORS.
This commit is contained in:
parent
ae68edbc58
commit
618fafe1d5
126 changed files with 766 additions and 1518 deletions
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> </body> </html>
|
||||
|
|
@ -81,7 +81,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -75,7 +75,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -64,7 +64,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -80,7 +80,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -110,7 +110,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -64,7 +64,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -514,7 +514,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -87,7 +87,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -163,7 +163,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -66,7 +66,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -90,7 +90,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -85,7 +85,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -87,7 +87,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -86,7 +86,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -81,7 +81,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script><script>document.addEventListener('DOMContentLoaded',function(){var b=document.getElementById('dexit-questions-btn');if(b){b.addEventListener('click',function(){var f=document.getElementById('support-fab');if(f)f.click();});}});</script></body> </html>
|
||||
|
|
@ -78,7 +78,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -82,7 +82,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -72,7 +72,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -145,7 +145,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script><script defer src="/js/pw-crtc-collapse.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -62,7 +62,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -67,7 +67,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -70,7 +70,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -84,7 +84,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -74,7 +74,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script>
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
|
|
@ -68,7 +68,7 @@ Send reset link
|
|||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/69d5a9ca0d1c3f1c37998081/1jll9ufph';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script> <script defer src="/js/pw-cookie-consent.js"></script></body> </html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue