http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66852

Revision: 66852
Author:   dale
Date:     2010-05-24 21:26:44 +0000 (Mon, 24 May 2010)

Log Message:
-----------
* restored withJS hack on apiProxy

Modified Paths:
--------------
    branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js

Modified: branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js
===================================================================
--- branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js  2010-05-24 
21:22:58 UTC (rev 66851)
+++ branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js  2010-05-24 
21:26:44 UTC (rev 66852)
@@ -417,8 +417,8 @@
        * @param {URL} apiUrl The url of the api server
        */
        // Include gadget js ( in case the user has not enabled the gadget on 
that domain )
-       //var gadgetWithJS = '?withJS=MediaWiki:MwEmbed.js';
-       var gadgetWithJS = '';
+       var gadgetWithJS = '?withJS=MediaWiki:MwEmbed.js';
+       //var gadgetWithJS = '';
        
        function getServerFrame( context ) {
                if( ! context || ! context.apiUrl ){



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to