diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 360378455..c6e7659b9 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -6,7 +6,7 @@ © {{new Date().getFullYear()}} Safelite Group -
+
@@ -59,7 +59,6 @@ export default { return { paddingHeight: 0, customButtontext: '', - roleAttr: '', } }, mounted() { @@ -97,8 +96,6 @@ export default { document.onkeydown = function (e) { return false; }; - //this role is so that JAWS will not allow keyboard input after button clicked due to JAWS intercepting key presses - this.roleAttr = 'application'; this.$emit("ForwardClicked"); }, linkClick() {