Author: sebawagner
Date: Sun Jan 22 09:27:35 2012
New Revision: 1234467

URL: http://svn.apache.org/viewvc?rev=1234467&view=rev
Log:
Remove some commented out code

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

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx?rev=1234467&r1=1234466&r2=1234467&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/flexibleConferenceRoom.lzx
 Sun Jan 22 09:27:35 2012
@@ -16,20 +16,12 @@
             canvas._mainbgcontentNavi.setAttribute('visibility','hidden');
        }       
        
-       //if (this.roomobj.hideChat == null || !this.roomobj.hideChat) {        
    
-        //    this._chatPanelStrict.setAttribute('visibility','visible');
-       //} else {
-               //this._chatPanelStrict.setAttribute('visibility','hidden');    
                                
-       //}
-       
         new lz.moderationPanel(canvas._moderatormenu,{
                     name:'_moderationPanel',align:'right',
                     allowUserQuestions:this.roomobj.allowUserQuestions,
                     roomName:this.roomobj.name
                 });          
         
-        //,{x:this.roomobj.moderationPanelXPosition}
-        
         if(roomobj.appointment){
             canvas.appointmentNotificationPopUp = 
                new lz.appointmentNotificationPopUp(canvas.conferenceView,{ 


Reply via email to