[OpenLayers-Commits] r4224 - trunk/openlayers/tests
commits at openlayers.org
commits at openlayers.org
Tue Sep 11 21:51:47 EDT 2007
Author: crschmidt
Date: 2007-09-11 21:51:46 -0400 (Tue, 11 Sep 2007)
New Revision: 4224
Modified:
trunk/openlayers/tests/run-tests.html
Log:
check boxes by default.
Modified: trunk/openlayers/tests/run-tests.html
===================================================================
--- trunk/openlayers/tests/run-tests.html 2007-09-11 23:31:44 UTC (rev 4223)
+++ trunk/openlayers/tests/run-tests.html 2007-09-12 01:51:46 UTC (rev 4224)
@@ -145,6 +145,8 @@
cell_child=document.createElement( "input" );
cell_child.type="checkbox";
cell_child.id="checkbox"+index;
+ cell_child.checked='checked';
+ cell_child.defaultChecked='checked';
cell.appendChild( cell_child );
cell=row.insertCell( -1 );
More information about the Commits
mailing list