You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2012/12/11 09:06:47 UTC

svn commit: r1420027 - /incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx

Author: solomax
Date: Tue Dec 11 08:06:46 2012
New Revision: 1420027

URL: http://svn.apache.org/viewvc?rev=1420027&view=rev
Log:
URL for network testing tool is updated

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx?rev=1420027&r1=1420026&r2=1420027&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainMethods.lzx Tue Dec 11 08:06:46 2012
@@ -130,7 +130,7 @@
 
     <method name="getTestingUrl">
     <![CDATA[
-        return getUrl() + 'networktesting' + ($debug ? 'debug' : '') + '.swf10.swf?lzproxied=solo';
+        return getUrl() + '?swf=networktesting' + ($debug ? 'debug' : '') + '.swf10.swf';
     ]]>
     </method>