minor fix

This commit is contained in:
t510599 2018-06-08 23:50:29 +08:00
parent 730d5d23fe
commit 08985b57f8
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ function LogPlayerChoose(type,data) {
if (!MouseOn) { // if mouse isn't over the div, scroll to bottom if (!MouseOn) { // if mouse isn't over the div, scroll to bottom
log.scrollTop = log.scrollHeight; // scroll to bottom log.scrollTop = log.scrollHeight; // scroll to bottom
} }
playerChooseStatus = (playerChooseStatus && type !== "robbed") ? false : true; // to count this is first playerChoose message or second one on the turn playerChooseStatus = (playerChooseStatus && type !== "robbed") ? false : true; // to count this is first playerChoose message or second one in the turn
} }
function LogPlayerPoisonDamaged() { function LogPlayerPoisonDamaged() {

View File

@ -89,5 +89,5 @@ p.result.player.name {
} }
body::after{ body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1; position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url('./won.png') url('./lose.png'); content:url('./won.png') url('./lose.png') url('./thinking.png');
} }