Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/js/grid_scroller.js =================================================================== diff -u -r7063 -r7064 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 7063) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 7064) @@ -427,7 +427,7 @@ for (var row=0; row' + table.rows[row].cells[0].innerHTML + '' + table.rows[row].cells[0].innerHTML = '
' + table.rows[row].cells[0].innerHTML + '
' table.rows[row].cells[0].style.height = heights[row]+'px'; // heights.push( table.rows[0].cells[0].offsetHeight ) // alert('get ('+row+')'+table.rows[0].cells[0].innerHTML+' height '+table.rows[0].cells[0].offsetHeight)