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

Content deleted Content added
m Protected User:Interiot/Tool2/code.js: w [edit=sysop:move=sysop]
note that Tool2 doesn't work for some reason, and Tool1 is one alternative
Line 84:
while (bodyContent.childNodes.length > 0) bodyContent.removeChild(bodyContent.lastChild);
 
//if (document.___location.search.length == 0) {
//generate_input_form(bodyContent);
//} else {
//generate_main_report(bodyContent);
//}
generate_redirect_notice(bodyContent);
}
});
 
function generate_input_form(bodyContent) {
bodyContent.innerHTML = "This counter doesn't currently work. Please use <a href='http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate'>Tool1</a> or <a href='http://en.wikipedia.org/wiki/Wikipedia:WikiProject_edit_counters'>one of the other edit counters</a>.";
}
 
function generate_input_form(bodyContent) {