From 5cc5eff08340fbfa65bfd6344f58d42b8f8700b3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 6 Feb 2013 22:07:53 +0100 Subject: [PATCH] Triggering scroll event if page navigation occurred --- wcfsetup/install/files/js/WCF.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 7c9637bdde..9605a4a7c6 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2049,6 +2049,9 @@ WCF.Action.Scroll = Class.extend({ // watch for scroll event this.start(); + + // check if browser navigated back and jumped to offset before JavaScript was loaded + this._scroll(); }, /** -- 2.20.1