/* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
if (
!(window.CSSStyleProperties ?? window.CSS2Properties).prototype.msTouchAction
) {
const bug = location.origin.includes("wellcare") ? "1818818" : "1944004";
console.info(
`FastClick is being disabled for compatibility reasons. See https://bugzilla.mozilla.org/show_bug.cgi?id=${bug} for details.`
);
(window.CSSStyleProperties ?? window.CSS2Properties).prototype.msTouchAction =
"none";
window.__webcompat = (window.__webcompat ?? new Set()).add(
"legacy FastClick"
);
}
{
const bugInfo = [["chatiw.com", ["1944004"]], ["wellcare.com", ["1818818"]], ["www.coolstuffinc.com", ["2012965"]]];
const msgs = window.__webcompat;
delete window.__webcompat;
if (msgs?.size) {
const bugs =
bugInfo.find(([domain]) => location.href.includes(domain))?.[1] ??
bugInfo[0][1];
console.info(
`${[...msgs].join(", ")} ${msgs.size > 1 ? "are" : "is"} being altered for compatibility reasons. See ${bugNumbers} for details.`
);
}
}