Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | global $wgUser, $wgOut, $wgCentralDBname, $wgScript; |
147 | 147 | |
148 | 148 | // Include '.js' to exempt script from squid cache override |
149 | | - $centralLoader = SpecialPage::getTitleFor( 'BannerController' )->getLocalUrl( 'cache=cn.js' ); |
| 149 | + $centralLoader = SpecialPage::getTitleFor( 'BannerController' )->getLocalUrl( 'cache=/cn.js' ); |
150 | 150 | |
151 | 151 | // Insert the banner controller Javascript into the <head> |
152 | 152 | $wgOut->addScriptFile( $centralLoader ); |