force loading on init
This commit is contained in:
parent
bf105daadc
commit
92e2af5bf0
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ var posts = {
|
|||
init: function(){
|
||||
posts.hash_update();
|
||||
posts.initialized = true;
|
||||
posts.load();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue