summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/navigation.js
diff options
context:
space:
mode:
Diffstat (limited to 'theme/javascript/core/navigation.js')
-rwxr-xr-xtheme/javascript/core/navigation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/javascript/core/navigation.js b/theme/javascript/core/navigation.js
index 84445b4..1b51907 100755
--- a/theme/javascript/core/navigation.js
+++ b/theme/javascript/core/navigation.js
@@ -48,7 +48,7 @@ define([
$('.book-summary .summary').scrollTop(scrollPosition);
// Update state
- state.update($page);
+ state.update($("html"));
if (push) updateHistory(url, null);
preparePage();