Author: sebawagner
Date: Sat Jun  2 06:28:55 2012
New Revision: 1345454

URL: http://svn.apache.org/viewvc?rev=1345454&view=rev
Log:
Show URL in debug mode in loading bar

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx?rev=1345454&r1=1345453&r2=1345454&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx
 Sat Jun  2 06:28:55 2012
@@ -50,7 +50,7 @@
        </method>
     
     <text fontsize="11" name="error" y="20" fgcolor="0x666666"/>
-    <text fontsize="11" name="_src" y="50" align="center" fgcolor="0x666666" 
visibility="hidden" />
+    <text fontsize="11" name="_src" y="50" align="center" fgcolor="0x666666" 
visibility="$once{ ($debug) ? 'visible' : 'hidden' }" />
     
     <view name="loadingbar"  height="1" pixellock="true"
           x="-5" y="40" width="$once{ parent.maxwidth+2 }" visibility="hidden">


Reply via email to