Revision: 2666
Author: seba.wagner
Date: Fri Nov 20 03:33:30 2009
Log: Fixes Issue 985
http://code.google.com/p/openmeetings/source/detail?r=2666
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
Wed Oct 14 08:14:22 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
Fri Nov 20 03:33:30 2009
@@ -14,7 +14,7 @@
<![CDATA[
if($debug) Debug.write("chatTabItemEmoticons/WIDTH:
"+this.width);
var downloadurl
= 'http://'+canvas.rtmphostlocal+':'+canvas.red5httpport
-
+canvas.httpRootKey+'/DownloadHandler?fileName=CHAT'
+
+canvas.httpRootKey+'DownloadHandler?fileName=CHAT'
+'&moduleName=chat&parentPath=&room_id='
+'&remoteUserid='+this.user_id
+'&sid='+canvas.sessionId;
@@ -63,7 +63,8 @@
}
t += items[i][2];
//Debug.write(x,y);
- var swfurl
=
'http://'+canvas.rtmphostlocal+':'+canvas.red5httpport+'/public/emoticons/'+items[i][1];
+ var swfurl =
'http://'+canvas.rtmphostlocal+':'+canvas.red5httpport+
+
canvas.httpRootKey + 'public/emoticons/'+items[i][1];
var m = new
lz.chatInnerSmily(parent,{x:x+this.x,y:y+this.y,iconlabel:items[i][3]});
m.setSource(swfurl);
}
--
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=.