Index: trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php |
— | — | @@ -51,6 +51,10 @@ |
52 | 52 | |
53 | 53 | global $smwgIQRunningNumber, $wgScriptPath, $wgGoogleMapsKey, $srfgScriptPath; |
54 | 54 | |
| 55 | + if ( defined( 'MW_SUPPORTS_RESOURCE_MODULES' ) ) { |
| 56 | + SMWOutputs::requireHeadItem( 'exhibit-compat', Html::linkedScript( "$wgScriptPath/common/wikibits.js" ) ); |
| 57 | + } |
| 58 | + |
55 | 59 | // ////////////////////////////// |
56 | 60 | // ///////REMOTE STUFF/////////// |
57 | 61 | // ////////////////////////////// |