Standardize user image + minor bugs
This commit is contained in:
parent
5147980d43
commit
208a4e4ef7
23 changed files with 608 additions and 540 deletions
|
@ -532,6 +532,7 @@ $(function() {
|
|||
content = JSON.parse(content);
|
||||
$('#content').html(content.html);
|
||||
onWindowReady();
|
||||
window.PAGE_FROM_BACK_BUTTON_CACHE = true;
|
||||
$(window).scrollTop(content.scrollOffset - 100);
|
||||
window.page = content.page;
|
||||
window.has_next_page = content.has_next_page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue