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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/javascript/core/navigation.js b/theme/javascript/core/navigation.js
index 16167dc..9f7f528 100755
--- a/theme/javascript/core/navigation.js
+++ b/theme/javascript/core/navigation.js
@@ -43,6 +43,9 @@ define([
$('.book-body').html($page.find('.book-body').html());
$('.book-summary').html($page.find('.book-summary').html());
+ // Update state
+ state.update($page);
+
if (push) updateHistory(url, null);
preparePage();
})