From df67708b8d7813609687b5d0fbb22b56db95ac7b Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 3 May 2022 17:33:11 +0200 Subject: [PATCH] move to saved Linework --- Layout/default/Linework/Index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Layout/default/Linework/Index.php b/Layout/default/Linework/Index.php index ee19bae42..baf8cfabe 100644 --- a/Layout/default/Linework/Index.php +++ b/Layout/default/Linework/Index.php @@ -337,11 +337,11 @@ - + - + @@ -437,8 +437,9 @@ $(document).ready(function() { var match = hash.match(/object=(\d+)/); if(match && match[1]) { term = match[1] - var pos = $('#termination-' + term).offset().top; - $(window).scrollTop(pos - 150 ); + togglePipework(term); + var pos = $('#termination-' + term + "-summary").offset().top; + $(window).scrollTop(pos - 182); } $('input[name=wfitemplaceholder_customer_passive_finished]').each(function() {