You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/06/09 10:44:29 UTC

svn commit: r1133724 - /shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js

Author: lindner
Date: Thu Jun  9 08:44:28 2011
New Revision: 1133724

URL: http://svn.apache.org/viewvc?rev=1133724&view=rev
Log:
Patch from mhermanto: gadgets.rpc SWF served up from google static server

Modified:
    shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js

Modified: shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js?rev=1133724&r1=1133723&r2=1133724&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js (original)
+++ shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js Thu Jun  9 08:44:28 2011
@@ -86,7 +86,7 @@ if (!gadgets.rpctx.flash) {  // make lib
 
     function init(config) {
       if (usingFlash) {
-        swfUrl = config['rpc']['commSwf'] || '/xpc.swf';
+        swfUrl = config['rpc']['commSwf'] || '//xpc.googleusercontent.com/gadgets/xpc.swf';
       }
     }
     gadgets.config.register('rpc', null, init);