diff --git a/Plan/common/src/main/resources/web/network.html b/Plan/common/src/main/resources/web/network.html index 4fe271323..ca241fd42 100644 --- a/Plan/common/src/main/resources/web/network.html +++ b/Plan/common/src/main/resources/web/network.html @@ -637,6 +637,7 @@ if (slideIndex < 0) { slideIndex = max } + window.scrollTo(0, 0); window.sessionStorage.setItem("NetworkSlideIndex", slideIndex); var value = slideIndex * percent; x.style.transition = "0.5s"; diff --git a/Plan/common/src/main/resources/web/player.html b/Plan/common/src/main/resources/web/player.html index 134b989fd..d9ce81df8 100644 --- a/Plan/common/src/main/resources/web/player.html +++ b/Plan/common/src/main/resources/web/player.html @@ -910,6 +910,7 @@ if (slideIndex < 0) { slideIndex = max } + window.scrollTo(0, 0); window.sessionStorage.setItem("InspectSlideIndex", slideIndex); var value = slideIndex * percent; x.style.transition = "0.5s"; diff --git a/Plan/common/src/main/resources/web/players.html b/Plan/common/src/main/resources/web/players.html index ab35092c1..a074636f0 100644 --- a/Plan/common/src/main/resources/web/players.html +++ b/Plan/common/src/main/resources/web/players.html @@ -331,6 +331,7 @@ if (slideIndex < 0) { slideIndex = max } + window.scrollTo(0, 0); window.sessionStorage.setItem("AnalysisSlideIndex", slideIndex); var value = slideIndex * percent; x.style.transition = "0.5s"; diff --git a/Plan/common/src/main/resources/web/server.html b/Plan/common/src/main/resources/web/server.html index c98fcec6c..f1265210b 100644 --- a/Plan/common/src/main/resources/web/server.html +++ b/Plan/common/src/main/resources/web/server.html @@ -1542,6 +1542,7 @@ if (slideIndex < 0) { slideIndex = max } + window.scrollTo(0, 0); window.sessionStorage.setItem("AnalysisSlideIndex", slideIndex); var value = slideIndex * percent; x.style.transition = "0.5s";