Quote:
Originally Posted by pshah If you're using Firefox, can you check the Javascript console for any JS (*not* CSS) errors? |
The error is:
Error: skins has no properties
Source File:
http://myserver.com/zimbra/js/Ajax_a...v=070326145404
Line: 23788
which is:
ZmSettings.prototype._handleResponseLoadAvailableS kins=function(_12c7,_12c8){
var resp=_12c8.getResponse().GetAvailableSkinsResponse ;
var skins=resp.skin;
for(var i=0;i<skins.length;i++){
var name=skins[i].name;
this._settings[ZmSetting.AVAILABLE_SKINS].setValue(name);
}
if(_12c7){
_12c7.run();
}
};
It is really strange. It happens the same in firefox and explorer. All other tabs work expect "options"....
Any clue?