Revision: 2526
Author: seba.wagner
Date: Mon Oct 26 10:13:04 2009
Log: Fix emoticons loader to have dynamic webapp-path
http://code.google.com/p/openmeetings/source/detail?r=2526
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/chat/emotIconsSelector.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/chat/emotIconsSelector.lzx
Mon Oct 12 03:58:23 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/chat/emotIconsSelector.lzx
Mon Oct 26 10:13:04 2009
@@ -40,7 +40,7 @@
//The onResult-Handler will be called be the
rtmpconnection
if($debug)
Debug.write("emotIconsSelector/getAllPublicEmoticons : ",value);
for (var i=0;i<value.length;i++){
- var swfurl
=
'http://'+canvas.rtmphostlocal+':'+canvas.red5httpport+'/public/emoticons/'+value[i][0];
+ var swfurl
=
'http://'+canvas.rtmphostlocal+':'+canvas.red5httpport+canvas.httpRootKey+'public/emoticons/'+value[i][0];
iconlabel = value[i][1];
if (value[i].length>4){
iconlabel += ",
"+value[i][2];
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---