Add initialisation.

This commit is contained in:
Michal Čihař
2010-11-23 10:30:13 +01:00
parent 58bd49327d
commit 670209ba53

View File

@@ -520,7 +520,7 @@ function showDetails(i, update_size, insert_size, remove_size, insert_index, rem
} }
} }
//The table row css is being adjusted. Class "odd" for odd rows and "even" for even rows should be maintained. //The table row css is being adjusted. Class "odd" for odd rows and "even" for even rows should be maintained.
for(index; index < table_rows.length; index++) for(index = 0; index < table_rows.length; index++)
{ {
row_class_element = table_rows[index].getAttribute('class'); row_class_element = table_rows[index].getAttribute('class');
if (row_class_element == "even") { if (row_class_element == "even") {