Revision: 4524
Author: solomax666
Date: Tue Nov 8 08:30:27 2011
Log: - exit button was not destroyed for SOAP users due to wrong path
(restricted and interview rooms)
http://code.google.com/p/openmeetings/source/detail?r=4524
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
Wed Sep 7 11:46:30 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/conference/conferenceMenubar.lzx
Tue Nov 8 08:30:27 2011
@@ -173,7 +173,7 @@
if (canvas.isinitRoomDirect || canvas.remoteUserLogin ||
canvas.secureRemoteUserLogin) {
if ($debug) Debug.write("this mbarcontent ",this);
if (canvas.destroyExitButton) {
- parent._exitbtn.destroy();
+ _exitbtn.destroy();
}
}
]]>
@@ -284,7 +284,7 @@
if (canvas.isinitRoomDirect || canvas.remoteUserLogin ||
canvas.secureRemoteUserLogin) {
if ($debug) Debug.write("this mbarcontent ",this);
if (canvas.destroyExitButton) {
- parent._exitbtn.destroy();
+ _exitbtn.destroy();
}
}
]]>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.