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

Content deleted Content added
No edit summary
No edit summary
Line 96:
$(".diff-currentversion-title").text(partition($(".diff-currentversion-title").text()));
}
var html = $("#mw-content-text").html();
html = html.replace(/(<\/a>\)\s\d\d:\d\d,\s\d{1,2}\s\w+\s\d{4}\s)/g, partition);
$("#mw-content-text").html(html);
break;