Fix feed update

This commit is contained in:
2024-02-18 22:35:27 +01:00
parent 59dea2917d
commit 3063f8b904

View File

@@ -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();
},