summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-10 22:30:52 -0700
committerArun Persaud <arun@nubati.net>2008-05-10 22:30:52 -0700
commit46319a55bbfaddcf07fed1c19120563807d9670d (patch)
treee5faead0ff1aaaa421515ba03c6e0fe598b7d7c9 /include/output.php
parentd3163cc4ad76ea5608cdef1ec53bfa644485315a (diff)
downloade-DoKo-46319a55bbfaddcf07fed1c19120563807d9670d.tar.gz
e-DoKo-46319a55bbfaddcf07fed1c19120563807d9670d.tar.bz2
e-DoKo-46319a55bbfaddcf07fed1c19120563807d9670d.zip
NEW FEATURE: display if someone is sick during the init phase
Now players can see if someone in front of them said they were sick or not. This way people can decide to wait until people in front of them finished the init phase to see what the other playes said... it's made so that you can also see if people behind you already have decided or not, but the player won't see the result in that case... Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php
index 5f46470..dc10fa3 100644
--- a/include/output.php
+++ b/include/output.php
@@ -243,7 +243,7 @@ function output_header()
function high_last(){
if(document.getElementById){
var i;
- for(i=13;i>0;i--) {
+ for(i=13;i>=0;i--) {
if(document.getElementById("trick"+i))
{
hl(i);