User:Interiot/Tool2/code.js: Difference between revisions

Content deleted Content added
Galwhaa (talk | contribs)
testing more code - will revert if doesn't work or leave message if it does
Galwhaa (talk | contribs)
trying this instead
Line 104:
 
function generate_main_report() {
goodUserName = params["username"].replace(/\+/g, "%20 ");
fetch_data(goodUserName, "", output_main_report, 0, []);
}
Line 143:
document.getElementById("bodyContent").appendChild(table);
 
add_stats_row("Username", params["username"]goodUserName);
add_stats_row("Total edits", history.length);
add_stats_row("Distinct pages edited", unique_articles_keys.length);