diff --git a/src/router/index.js b/src/router/index.js index 778c55cfc..1caa4f3af 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -34,6 +34,8 @@ const routes = [ path: "/", name: "root", async beforeEnter(to, from, next) { + document.onkeydown = null; + // If we have no query string, or we don't have the FmgPage query string. if (to.query.fmgPage === undefined) { await GoToFunnelStartOn404(next);