Author: sebawagner
Date: Sat Feb 25 14:00:14 2012
New Revision: 1293606

URL: http://svn.apache.org/viewvc?rev=1293606&view=rev
Log:
OPENMEETINGS-55 Prevent buttons from clicking twice

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/testsetup/testSetup.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/testsetup/testSetup.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/testsetup/testSetup.lzx?rev=1293606&r1=1293605&r2=1293606&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/testsetup/testSetup.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/testsetup/testSetup.lzx
 Sat Feb 25 14:00:14 2012
@@ -95,6 +95,8 @@ Test the setup values before you enter a
     </handler>
     
     <method name="justClose">
+       this._enterMeeting.setAttribute("enabled",false);
+        this._cancel.setAttribute("enabled",false);
        this.doJustClose = true;
         canvas._loadingAll.hideLoading();
         if ($debug) Debug.write("canvas.rtmp_lc_name", canvas.rtmp_lc_name, 
"closeInitTestingApplication");
@@ -112,6 +114,8 @@ Test the setup values before you enter a
     
     <method name="storeSettings">
         <![CDATA[
+            this._enterMeeting.setAttribute("enabled",false);
+            this._cancel.setAttribute("enabled",false);
             canvas._loadingAll.hideLoading();
             canvas.lc.send(canvas.rtmp_lc_name, "closeInitTestingApplication");
         


Reply via email to