r66852 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66851‎ | r66852 | r66853 >
Date:21:26, 24 May 2010
Author:dale
Status:deferred
Tags:
Comment:
* restored withJS hack on apiProxy
Modified paths:
  • /branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js
@@ -417,8 +417,8 @@
418418 * @param {URL} apiUrl The url of the api server
419419 */
420420 // 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 = '';
423423
424424 function getServerFrame( context ) {
425425 if( ! context || ! context.apiUrl ){

Status & tagging log