mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 14:36:47 +00:00
Inline thanks in recent changes doesn't work when live changes are enabled or 'view new changes' is clicked
Bug: T357787 Change-Id: I54fd9b180ee296d6173d2c0255f8758cde08558c
This commit is contained in:
parent
025701ec09
commit
a781f73e0e
|
@ -130,4 +130,8 @@
|
|||
mw.hook( 'wikipage.diff' ).add( ( $content ) => {
|
||||
addActionToLinks( $content );
|
||||
} );
|
||||
|
||||
mw.hook( 'wikipage.content' ).add( ( $content ) => {
|
||||
addActionToLinks( $content );
|
||||
} );
|
||||
}() );
|
||||
|
|
Loading…
Reference in a new issue