From dceda5653d09f16ea217b22a3698694d3b394a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Fri, 3 Sep 2021 02:20:30 +0200 Subject: [PATCH] Added check for window not being on an iframe on index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index c5a8415..ed61c96 100644 --- a/src/index.html +++ b/src/index.html @@ -82,7 +82,7 @@ }; if (window.top !== window.self) { - window.top.location = window.location; + window.location.href = 'https://www.udsenterprise.com'; }