mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 21:43:17 +00:00
Merge pull request #1306 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
56c373dc35
3 changed files with 1 additions and 3 deletions
BIN
public/js/timeline.js
vendored
BIN
public/js/timeline.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -471,9 +471,7 @@
|
||||||
axios.get('/api/v2/config')
|
axios.get('/api/v2/config')
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.config = res.data;
|
this.config = res.data;
|
||||||
if(window.outerWidth > 767) {
|
this.fetchProfile();
|
||||||
this.fetchProfile();
|
|
||||||
}
|
|
||||||
this.fetchTimelineApi();
|
this.fetchTimelineApi();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue