28 Jan
2006
28 Jan
'06
2 a.m.
User: dman Branch: HEAD Date: Sat, 28 Jan 2006 01:00:04 +0000 Modified files: /modules/import_html import_html.module Log message: Fixed checkboxes for firefox. Seems moz doesn't lrt me access dom stuff like checkbox.getAttribute('checked') - only checkbox.checked - although it should be an exposed attribute! the DHTML .checked is an internal value only, why can't I get at it via dom? Links: http://cvs.drupal.org/diff.php?path=contributions/modules/import_html/import...