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 2014/05/16 07:25:24 UTC

svn commit: r1595108 - /openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx

Author: solomax
Date: Fri May 16 05:25:24 2014
New Revision: 1595108

URL: http://svn.apache.org/r1595108
Log:
[OPENMEETINGS-994] Popup errors are not blocking each other

Modified:
    openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx?rev=1595108&r1=1595107&r2=1595108&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx Fri May 16 05:25:24 2014
@@ -75,12 +75,7 @@
             }
             
             if (this.roomobj.waitForRecording) {
-                
-                new lz.errorDialog(canvas,{
-                           labelid:1316,
-                           errortext:canvas.getLabelName(1315)
-                        });
-                
+                new lz.labelerrorPopup(canvas, {labelid: 1316, errorlabelid: 1315});
             }
             
             canvas.currentRoomObject = this.roomobj;