Fix state update after navigation

This commit is contained in:
Samy Pessé
2014-04-17 11:48:04 +02:00
parent 457a83282f
commit d3aba2c906
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ define([
$('.book-summary .summary').scrollTop(scrollPosition);
// Update state
state.update($page);
state.update($("html"));
if (push) updateHistory(url, null);
preparePage();