Widget:RCSandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
document.getElementById('changeslist').innerHTML += "<a href='wikidoc.org/index.php/'" + value.title + "'>" + value.title + "</a> was edited by: " + value.user + "<br />"; | document.getElementById('changeslist').innerHTML += "<a href='wikidoc.org/index.php/'" + value.title + "'>" + value.title + "</a> was edited by: " + value.user + "<br />"; | ||
}); | }); | ||
scrolltextup( | scrolltextup(1000); | ||
}}); | }}); | ||
} | } |