Merge pull request #1306 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-05-19 21:14:11 -06:00 committed by GitHub
commit 56c373dc35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.

View file

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