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

Content deleted Content added
No edit summary
No edit summary
Line 30:
if($(this).attr("class") === "mw-changeslist-date")
{
var time = convert(this.htmltext().substr(0, 5));
this.htmltext(converted + this.htmltext().substr(5));
}
});