Index: branches/wmf/1.17wmf1/resources/Resources.php |
— | — | @@ -416,7 +416,7 @@ |
417 | 417 | 'dependencies' => 'mediawiki.legacy.wikibits', |
418 | 418 | ), |
419 | 419 | 'mediawiki.legacy.ajaxwatch' => array( |
420 | | - 'scripts' => 'skins/common/ajaxwatch.js', |
| 420 | + 'scripts' => 'common/ajaxwatch.js', |
421 | 421 | 'dependencies' => 'mediawiki.legacy.wikibits', |
422 | 422 | 'remoteBasePath' => $GLOBALS['wgStylePath'], |
423 | 423 | 'localBasePath' => "{$GLOBALS['IP']}/skins", |
— | — | @@ -453,8 +453,10 @@ |
454 | 454 | 'dependencies' => 'mediawiki.legacy.wikibits', |
455 | 455 | ), |
456 | 456 | 'mediawiki.legacy.enhancedchanges' => array( |
457 | | - 'scripts' => 'skins/common/enhancedchanges.js', |
| 457 | + 'scripts' => 'common/enhancedchanges.js', |
458 | 458 | 'dependencies' => 'mediawiki.legacy.wikibits', |
| 459 | + 'remoteBasePath' => $GLOBALS['wgStylePath'], |
| 460 | + 'localBasePath' => "{$GLOBALS['IP']}/skins", |
459 | 461 | ), |
460 | 462 | 'mediawiki.legacy.history' => array( |
461 | 463 | 'scripts' => 'common/history.js', |