summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-08 23:57:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-08 23:57:11 +0900
commit5e606684a2d4dc37611baf7924e62ba4141a6135 (patch)
tree9a03a527976f06b5fa47c40a72fc7c46fdb1eb63 /src/web
parentv4020 (diff)
downloadmisskey-5e606684a2d4dc37611baf7924e62ba4141a6135.tar.gz
misskey-5e606684a2d4dc37611baf7924e62ba4141a6135.tar.bz2
misskey-5e606684a2d4dc37611baf7924e62ba4141a6135.zip
Fix bug
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/views/components/othello.game.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue
index b50d709d4a..ffda68c8db 100644
--- a/src/web/app/common/views/components/othello.game.vue
+++ b/src/web/app/common/views/components/othello.game.vue
@@ -22,15 +22,6 @@
<p>黒:{{ o.blackCount }} 白:{{ o.whiteCount }} 合計:{{ o.blackCount + o.whiteCount }}</p>
- <div class="graph">
- <div v-for="n in 61 - o.stats.length">
- </div>
- <div v-for="data in o.stats">
- <div :style="{ height: `${ Math.floor(data.b * 100) }%` }"></div>
- <div :style="{ height: `${ Math.floor(data.w * 100) }%` }"></div>
- </div>
- </div>
-
<div class="player" v-if="game.is_ended">
<el-button type="primary" @click="logPos = 0" :disabled="logPos == 0">%fa:fast-backward%</el-button>
<el-button type="primary" @click="logPos--" :disabled="logPos == 0">%fa:backward%</el-button>