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() {
|