summaryrefslogtreecommitdiff
path: root/src/web/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-13 01:50:06 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-13 01:50:06 +0900
commitc1c5e97d248036e44ceae553d55feb05c7ea1c10 (patch)
tree2faf186f0968d9b24bc2461e534bed742a11fd47 /src/web/app
parentオセロで黒白を真理値で表現するように (diff)
parentUpdate othello.game.vue (diff)
downloadsharkey-c1c5e97d248036e44ceae553d55feb05c7ea1c10.tar.gz
sharkey-c1c5e97d248036e44ceae553d55feb05c7ea1c10.tar.bz2
sharkey-c1c5e97d248036e44ceae553d55feb05c7ea1c10.zip
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src/web/app')
-rw-r--r--src/web/app/common/views/components/othello.game.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue
index 74139f5754..4dbcff2474 100644
--- a/src/web/app/common/views/components/othello.game.vue
+++ b/src/web/app/common/views/components/othello.game.vue
@@ -130,7 +130,7 @@ export default Vue.extend({
type: 'check',
crc32
});
- }, 10000);
+ }, 3000);
}
},