Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -359,7 +359,7 @@ |
360 | 360 | ), |
361 | 361 | 'dependencies' => array( 'jquery', 'mediawiki.util' ), |
362 | 362 | 'localBasePath' => $dir, |
363 | | - 'remoteExtPath' => 'FlaggedRevs' |
| 363 | + 'remoteExtPath' => 'FlaggedRevs/client' |
364 | 364 | ); |
365 | 365 | $wgResourceModules['ext.flaggedRevs.review'] = array( |
366 | 366 | 'scripts' => array( 'review.js' ), |
— | — | @@ -372,7 +372,7 @@ |
373 | 373 | ), |
374 | 374 | 'dependencies' => array( 'jquery', 'mediawiki.util' ), |
375 | 375 | 'localBasePath' => $dir, |
376 | | - 'remoteExtPath' => 'FlaggedRevs' |
| 376 | + 'remoteExtPath' => 'FlaggedRevs/client' |
377 | 377 | ); |
378 | 378 | |
379 | 379 | # ####### HOOK TRIGGERED FUNCTIONS ######### |