force loading on init

This commit is contained in:
Miroslav Šedivý 2020-02-09 00:56:54 +01:00
parent bf105daadc
commit 92e2af5bf0

View file

@ -113,6 +113,7 @@ var posts = {
init: function(){
posts.hash_update();
posts.initialized = true;
posts.load();
}
};