Modify the offset
This commit is contained in:
parent
2a4882f598
commit
b2c9be7bda
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ $(function() {
|
|||
content = JSON.parse(content);
|
||||
$('#content').html(content.html);
|
||||
onWindowReady();
|
||||
$(window).scrollTop(content.scrollOffset);
|
||||
$(window).scrollTop(content.scrollOffset - 100);
|
||||
window.page = content.page;
|
||||
window.has_next_page = content.has_next_page;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue