Content deleted Content added
fix bug |
bug |
||
Line 146:
function fixLinks(hidingReverts) {
if (hidingReverts) {
$('.mw-firstlink, .mw-lastlink, .mw-prevlink, .mw-nextlink, .mw-numlink').each(function() {
this.href += '&hidereverted=y';
});
}
} else {
$('.mw-firstlink, .mw-lastlink, .mw-prevlink, .mw-nextlink, .mw-numlink').each(function() {
Line 156 ⟶ 157:
});
}
}
|