function addInputFieldAttr(a){a.hasAttribute("data-heap-redact-attributes")||a.setAttribute("data-heap-redact-attributes","data-val")}function mutateInputFields(){document.querySelectorAll(".eds-field-styled").forEach(addInputFieldAttr)}function liveMutateInputFields(){var a=document.querySelector("body"),c={childList:!0,subtree:!0},b=window.MutationObserver||window.WebKitMutationObserver;b=new b(mutateInputFields);a&&b&&b.observe(a,c)}try{mutateInputFields(),liveMutateInputFields()}catch(a){};