Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -1376,6 +1376,11 @@ |
1377 | 1377 | |
1378 | 1378 | public static function addModules( OutputPage $out ) { |
1379 | 1379 | $out->addModules( 'ext.translate.quickedit' ); |
| 1380 | + |
| 1381 | + // Might be needed, but ajax doesn't load it |
| 1382 | + // Globals :( |
| 1383 | + $diff = new DifferenceEngine; |
| 1384 | + $diff->showDiffStyle(); |
1380 | 1385 | } |
1381 | 1386 | |
1382 | 1387 | /// @since 2012-01-04 |