vascript"> // Redirect to unsupported browser page if opened from browser that doesn't support async/arrow functions try { eval("async () => {}"); } catch (error) { var homeUrl = window.location.origin + window.location.pathname; var appUrl = homeUrl.slice(0, homeUrl.lastIndexOf("/") + 1); window.location.replace(appUrl + "unsupported-browser.html"); }