kopia lustrzana https://github.com/pixelfed/pixelfed
commit
56c373dc35
File diff suppressed because one or more lines are too long
|
|
@ -11,5 +11,5 @@
|
|||
"/js/profile.js": "/js/profile.js?id=71deeec272baa24f40b8",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=2c1a0fafcf34f573f537",
|
||||
"/js/timeline.js": "/js/timeline.js?id=78256ff92a24512745c3"
|
||||
"/js/timeline.js": "/js/timeline.js?id=72baaa5174d61a5decde"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -471,9 +471,7 @@
|
|||
axios.get('/api/v2/config')
|
||||
.then(res => {
|
||||
this.config = res.data;
|
||||
if(window.outerWidth > 767) {
|
||||
this.fetchProfile();
|
||||
}
|
||||
this.fetchProfile();
|
||||
this.fetchTimelineApi();
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue