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