Fix feed update
This commit is contained in:
@@ -105,7 +105,7 @@ export default {
|
||||
let bFirstLoad = (typeof this.project.codename == 'undefined');
|
||||
this.initProject();
|
||||
if(bFirstLoad) this.initLightbox();
|
||||
if(bFirstLoad) this.initFeed();
|
||||
this.initFeed();
|
||||
if(bFirstLoad) this.initSettings();
|
||||
this.initMap();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user