User:Proteins/quickdiffs.js: Difference between revisions

Content deleted Content added
Proteins (talk | contribs)
fill in loops over the diff table rows and table data
Proteins (talk | contribs)
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()', 'diffqd', 'ca-diff', 'Summarizes the differences between two page versions', 'b', '');
});