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

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 21:
$(".mw-changeslist-date").each(function()
{
$(this).texthtml(rxReplace($(this).texthtml()));
});
break;
Line 67:
{
case "history":
$("span.mw-historychangeslist-histlinks ~ adate").each(function()
{
if($(this).attr("class") == "mw-changeslist-date")
{
$(this).text(rxReplace($(this).text()));
}
});
break;