Content deleted Content added
fill in loops over the diff table rows and table data |
debug script, and shorten tab name |
||
Line 148:
if (!temp_table_row) { continue; }
/*
table_row_data = temp_table_row.getElementsByTagName("TD");
if (!table_row_data) { continue; }
Line 157 ⟶ 158:
if (!temp_table_datum) { continue; }
} // closes loop over the data within a table row
*/
} // closes loop over the table rows
Line 168 ⟶ 169:
addOnloadHook(function () {
addPortletLink('p-cactions', 'javascript:quickDiffs()', '
});
|