diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-12-21 11:13:49 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-12-21 11:13:49 +0900 |
| commit | f7d3b2c6ec8b467390bd030ddf7215a09610faad (patch) | |
| tree | b8f72a49735b1584f62ddb1cb0a10ff58254a64d /src | |
| parent | v3428 (diff) | |
| download | sharkey-f7d3b2c6ec8b467390bd030ddf7215a09610faad.tar.gz sharkey-f7d3b2c6ec8b467390bd030ddf7215a09610faad.tar.bz2 sharkey-f7d3b2c6ec8b467390bd030ddf7215a09610faad.zip | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/search-posts.tag | 2 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/search-posts.tag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/desktop/tags/search-posts.tag b/src/web/app/desktop/tags/search-posts.tag index 2acb675d44..f7ec85a4fe 100644 --- a/src/web/app/desktop/tags/search-posts.tag +++ b/src/web/app/desktop/tags/search-posts.tag @@ -80,7 +80,7 @@ return this.api('posts/search', Object.assign({}, parse(this.query), { limit: this.limit, offset: this.offset - }).then(posts => { + })).then(posts => { this.update({ moreLoading: false }); diff --git a/src/web/app/mobile/tags/search-posts.tag b/src/web/app/mobile/tags/search-posts.tag index b37ba69e85..3e3c034f21 100644 --- a/src/web/app/mobile/tags/search-posts.tag +++ b/src/web/app/mobile/tags/search-posts.tag @@ -36,7 +36,7 @@ return this.api('posts/search', Object.assign({}, parse(this.query), { limit: this.limit, offset: this.offset - }); + })); }; </script> </mk-search-posts> |