minor fix
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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');
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user