oops
git-svn-id: svn://10.0.0.236/trunk@77755 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;"/>
|
||||
|
||||
Reference in New Issue
Block a user