File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* DEep WiKi INspector (DEWKIN)
3
- * Copyright (C) 2013-2015 Ricordisamoa
3
+ * Copyright (C) 2013-2016 Ricordisamoa
4
4
*
5
5
* https://meta.wikimedia.org/wiki/User:Ricordisamoa
6
6
* https://tools.wmflabs.org/ricordisamoa/
@@ -1572,7 +1572,8 @@ Inspector.prototype.mapRights = function ( logevt ) {
1572
1572
) ) ) ;
1573
1573
}
1574
1574
return $ ( '<li>' ) . html (
1575
- '<a href="' + this . wikipath + 'Special:Log/' + logevt . logid + '">' +
1575
+ // Permalink requires commit 1b294bd3c538c874156d9f924200cbf659789dfb in MediaWiki core
1576
+ '<a href="' + this . wikipath + 'Special:Redirect/logid/' + logevt . logid + '">' +
1576
1577
new Date ( logevt . timestamp ) . toLocaleString ( ) +
1577
1578
'</a>' + this . i18n ( 'colon-separator' ) + this . localizer . listToText ( msg )
1578
1579
) ;
You can’t perform that action at this time.
0 commit comments