All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:51, 11 August 2024 James.Corden talk contribs created page User:James.Corden/common.js (Created page with "function votecount() { var a = 0; var b = 0; var results = []; var trunc; for (j=0; $("h3").eq(j).find("span").attr("id") !== undefined; j++) { results[a] = 0; results[a+1] = 0; results[a+2] = 0; for (i=0; $("h4").eq(a).nextUntil("h4").children("li").eq(i).html() !== undefined; i++) results[a] = i+1; $("td.support").eq(j).text(results[a]); for (i=0; $("h4").eq(a+1).nextUntil("h4").children("li").eq(i).html() !== undefined; i++) results[a+1] = i+1...")