summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorこぴなたみぽ <syuilotan@yahoo.co.jp>2017-12-21 11:13:49 +0900
committerこぴなたみぽ <syuilotan@yahoo.co.jp>2017-12-21 11:13:49 +0900
commitf7d3b2c6ec8b467390bd030ddf7215a09610faad (patch)
treeb8f72a49735b1584f62ddb1cb0a10ff58254a64d /src
parentv3428 (diff)
downloadsharkey-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.tag2
-rw-r--r--src/web/app/mobile/tags/search-posts.tag2
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>