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