Index: branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js |
— | — | @@ -417,8 +417,8 @@ |
418 | 418 | * @param {URL} apiUrl The url of the api server |
419 | 419 | */ |
420 | 420 | // Include gadget js ( in case the user has not enabled the gadget on that domain ) |
421 | | - //var gadgetWithJS = '?withJS=MediaWiki:MwEmbed.js'; |
422 | | - var gadgetWithJS = ''; |
| 421 | + var gadgetWithJS = '?withJS=MediaWiki:MwEmbed.js'; |
| 422 | + //var gadgetWithJS = ''; |
423 | 423 | |
424 | 424 | function getServerFrame( context ) { |
425 | 425 | if( ! context || ! context.apiUrl ){ |