From 1737f4c3366d6ed8fa7037b7eae85796a074a20f Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 28 Sep 2021 16:44:10 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20an=20login.flex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx | 2 +- login/login_FLEX.aspx | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index db9392d..2371c88 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -282,7 +282,7 @@ var last = $.cookie('activeAccordionGroup'); if (last != null) { //remove default collapse settings - $("#accordionExample .panel-collapse").removeClass('in'); + $("#accordionExample .accordion-collapse collapse hide").removeClass('in'); //show the account_last visible group $("#" + last).addClass("in"); } diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index 3cc1ffc..a074335 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -155,18 +155,20 @@ /*window.top.postMessage(getElementById("#CustomerID").val(),'*') window.top.postMessage(getElementById("#UserName").val(), '*') window.top.postMessage(getElementById("#Password").val(), '*')*/ - parent.location.replace('../Customers/Welcome.aspx'); - //top.location.replace('../Customers/Welcome.aspx'); + //parent.location.replace('../Customers/Welcome.aspx'); + top.location.replace('../Customers/Welcome.aspx'); } } function bust2() { - if (top.location != self.location) { + if (top.location != self) { var zipphone2_1 = getElementById("#CustomerID").val(); var zipphone2_2 = getElementById("#UserName").val(); var zipphone2_3 = getElementById("#Password").val(); alert("send:" + zipphone2_1) alert("send:" + zipphone2_2) - alert("send:" + zipphone2_3) + alert("send:" + zipphone2_3) + //parent.location.replace('../Customers/Welcome.aspx'); + top.location.replace('../Customers/Welcome.aspx'); } }