Index: trunk/extensions/Notificator/SpecialNotificator.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | // Receiver has been notified before - send the diff to the last notified revision |
47 | 47 | $mailSubjectPrefix = '[' . htmlspecialchars( wfMsg( 'notificator-change-tag' ) ) . '] '; |
48 | 48 | |
49 | | - $wgOut->addModules( 'mediawiki.legacy.diff' ); |
| 49 | + $wgOut->addModules( 'mediawiki.action.history.diff' ); |
50 | 50 | $diff = Notificator::getNotificationDiffHtml( $oldRevId, $revId ); |
51 | 51 | $notificationText = wfMsg( 'notificator-notification-text-changes', |
52 | 52 | htmlspecialchars( $wgUser->getName() ), |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.preview.js |
— | — | @@ -117,7 +117,7 @@ |
118 | 118 | |
119 | 119 | $.post( mw.util.wikiScript( 'api' ), postdata2, function( data ) { |
120 | 120 | // Add diff CSS |
121 | | - mw.loader.load( 'mediawiki.legacy.diff' ); |
| 121 | + mw.loader.load( 'mediawiki.action.history.diff' ); |
122 | 122 | try { |
123 | 123 | var diff = data.query.pages[data.query.pageids[0]] |
124 | 124 | .revisions[0].diff['*']; |