Author: solomax
Date: Fri Aug 26 03:11:29 2016
New Revision: 1757778

URL: http://svn.apache.org/viewvc?rev=1757778&view=rev
Log:
[OPENMEETINGS-1408] save popup is displayed

Modified:
    
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx?rev=1757778&r1=1757777&r2=1757778&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
 Fri Aug 26 03:11:29 2016
@@ -853,8 +853,9 @@
        <simpleLabelButton fontsize="11" visible="${ parent.standalone }" 
labelid="144" width="160" x="${ parent.width-170 }" 
                        y="${ parent.height-50 }" height="28">
                <handler name="onclick">
-                       parent.cleanVideos();
+                       //parent.cleanVideos();
                        this.parent.storelocaldata();
+                       new lz.labelerrorPopup(this.parent, {errorlabelid: 
'save.success', labelid: '203'});
                </handler>
        </simpleLabelButton>
 </class>


Reply via email to