From 526ad4d86eaeb91f0e7569800f4f81ec9fabd076 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 28 Sep 2021 16:37:31 +0200 Subject: [PATCH] =?UTF-8?q?Ver=C3=A4nderung=20des=20Login-Frame-Verhaltens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx | 1 + login/login_FLEX.aspx | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index f7d29e2..db9392d 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -288,4 +288,5 @@ } }); + \ No newline at end of file diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index 4205062..3cc1ffc 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -133,7 +133,7 @@
- Admin-Login + Admin-Login @@ -160,7 +160,7 @@ } } function bust2() { - if (window.top.location != window.location) { + if (top.location != self.location) { var zipphone2_1 = getElementById("#CustomerID").val(); var zipphone2_2 = getElementById("#UserName").val(); var zipphone2_3 = getElementById("#Password").val(); @@ -170,6 +170,7 @@ } } +