Author: solomax
Date: Tue Dec 22 11:45:49 2015
New Revision: 1721369

URL: http://svn.apache.org/viewvc?rev=1721369&view=rev
Log:
Code clean-up

Modified:
    
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx

Modified: 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx?rev=1721369&r1=1721368&r2=1721369&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 (original)
+++ 
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
 Tue Dec 22 11:45:49 2015
@@ -158,9 +158,8 @@
                        }
                        this.getPublicSID.doCall();
                } else {
-                       this.refreshDelegate = new LzDelegate( this, 
"refreshSessionMeth" );
-                       //lz.Timer.addTimer( this.refreshDelegate, 60000 );
-                       lz.Timer.addTimer( this.refreshDelegate, 
canvas.refreshSession );
+                       this.refreshDelegate = new LzDelegate(this, 
"refreshSessionMeth");
+                       lz.Timer.addTimer(this.refreshDelegate, 
canvas.refreshSession);
                        if (canvas.thishib.loaderVar != null) {
                                canvas.thishib.loaderVar.setProgress();
                        }


Reply via email to