diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-14 12:47:10 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-14 12:47:10 +0000 |
| commit | 6fe075103712ea7b335d2a7b9d02da1316d4a4fd (patch) | |
| tree | 1353fa7d7a8bfe8aecb38193b4f970325e989dff /src/components/timeline/timeline.js | |
| parent | 3e09a708f600b47dde831eeddb412828b38a0cf4 (diff) | |
| parent | 97a01b057de79fdd5e8a9a19c99fcac571c5e78f (diff) | |
Merge branch 'cleanup/remove-stupid-optns' into 'develop'
Cleanup/remove stupid options
See merge request pleroma/pleroma-fe!1187
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index bac73022..a829bd02 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -148,7 +148,6 @@ const Timeline = { const bodyBRect = document.body.getBoundingClientRect() const height = Math.max(bodyBRect.height, -(bodyBRect.y)) if (this.timeline.loading === false && - this.$store.getters.mergedConfig.autoLoad && this.$el.offsetHeight > 0 && (window.innerHeight + window.pageYOffset) >= (height - 750)) { this.fetchOlderStatuses() |
