User:Guywan/Scripts/12HourFormat.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 26:
if(mw.config.get("wgAction") == "history")
{
$("#pagehistory")span.children(mw-history-histlinks ~ a").each(function()
{
if($("this).attr("class") === "mw-changeslist-date").length)
{
var time = convert($this.html(".mw-changeslist-date > a").textsubstr(0, 5));
this.html(converted + this.html().substr(5));
$(".mw-changeslist-date > a").text(time[0] + time[1] + time[2]);
}
});