Author: sebawagner
Date: Sat Mar 16 21:21:58 2013
New Revision: 1457313

URL: http://svn.apache.org/r1457313
Log:
Fixes: OPENMEETINGS-567 If you hit the "start upload" button twice, while the 
conversion is running, Openmeetings will run into an error 

Modified:
    
openmeetings/trunk/singlewebapp/WebContent/src/base/components/upload/uploadWindowExplorer.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/base/components/upload/uploadWindowExplorer.lzx?rev=1457313&r1=1457312&r2=1457313&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
 Sat Mar 16 21:21:58 2013
@@ -221,6 +221,7 @@
                                        '&sid='+canvas.sessionId;
             if ($debug) Debug.write("uploadurl: ",uploadurl);
                        parent.myFileUpload.upload(uploadurl);
+                       this.setAttribute("enabled", false);
                        ]]>
                </handler>
        </simpleLabelButton>


Reply via email to