Javascript treats '0' different to 0. '0' is a string, and doesn't seem to
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 04:19:24 +0000 (04:19 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 04:19:24 +0000 (04:19 +0000)
commit95e203e9d4b206857db76bf951898bb44cb63f0b
tree1da0239a3140c5d64a46cdd0ffb26f4e95e6e966
parentcb220c9f50d88a55f8c52a147456ec01e4357dff
Javascript treats '0' different to 0. '0' is a string, and doesn't seem to
match a boolean comparison.  Or at least you get some odd results.  I have
fancy highlighting off, and '0' makes it appear.  Also removed some odd
javascript:

  this.checked = !(this.checked)

on every message check box, what was this for?  Firefox makes that a stupid
bit of code, as you click on a check box, and it unchecks it immedately
making it impossible to select messages :)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9282 7612ce4b-ef26-0410-bec9-ea0150e637f0
templates/default/message_list.tpl