diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-13 01:50:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-13 01:50:06 +0900 |
| commit | c1c5e97d248036e44ceae553d55feb05c7ea1c10 (patch) | |
| tree | 2faf186f0968d9b24bc2461e534bed742a11fd47 /src/web/app | |
| parent | オセロで黒白を真理値で表現するように (diff) | |
| parent | Update othello.game.vue (diff) | |
| download | sharkey-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.vue | 2 |
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); } }, |