This commit is contained in:
ben%netscape.com 2000-08-31 06:45:31 +00:00
Родитель a67f193c88
Коммит a82e3d557a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;"/>