git-svn-id: svn://10.0.0.236/trunk@77755 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2000-08-31 06:45:31 +00:00
parent 22938fe311
commit 2daec56e83

View File

@@ -154,7 +154,7 @@
<handlers>
<handler type="click">
<![CDATA[
if (!this.disabled && this.button == 1) this.checked = !this.checked;
if (!this.disabled) this.checked = !this.checked;
]]>
</handler>
<handler type="keypress" key=" " value="if (!this.disabled) this.checked = !this.checked;"/>