Fixed getting checkbox checked state, part of fix by hewitt to bug 114668, r=cmanske, sr=ben

This commit is contained in:
cmanske%netscape.com 2002-01-09 15:04:42 +00:00
Родитель d5fd75aeed
Коммит 50e8df151a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -37,7 +37,7 @@
event.initEvent('CheckboxStateChange', false, true);
this.dispatchEvent(event);
return val;"
onget="return this.hasAttribute('checked');"/>
onget="return this.getAttribute('checked') == 'true';"/>
</implementation>
<handlers>