a_dhx_rSeed

Hello,



How can one avoid the automatic usage of a_dhx_rSeed to enable browser cache?



I’m using Combo.



Best regards


Hello,


you can make the following modification in the dhtmlxcombo.js:


try to locate line


var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,true));


and replace it with


var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,false));