Content deleted Content added
fix regex |
fix bug |
||
Line 153:
} else {
$('.mw-firstlink, .mw-lastlink, .mw-prevlink, .mw-nextlink, .mw-numlink').each(function() {
this.href = this.href.replace(/&hidereverted=y/, '');
});
}
|