View Single Post
  #4 (permalink)  
Old 10-31-2007, 11:52 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

Out of curiosity, could you check your /opt/zimbra/tomcat/webapps/service/zimlets/com_zimbra_ymaps/ymaps.js
and if needed change http://img -> http://gws
Quote:
Com_Zimbra_YMaps._callback =
function(obj, result) {
var r = result.text;
Com_Zimbra_YMaps._displayImage(r.substring(r.index Of("http://img"),r.ind
exOf("")), obj);
};
Be sure to clear you browser cache before you test so that it re-downloads the .js from the server.

Last edited by mmorse; 10-31-2007 at 05:40 PM..
Reply With Quote