Hello, checking out with Firebug I noticed that several files are loaded directly from aolcdn.com instead my local copy of dojo and this happens even if those file are present in my local copy.
Is it possible to use the local copy instead teh remote one?
I'm asking that because I would like to reduce the loading time and since the application I'm working on will be deployed within a LAN with local copy I can have better performance.
Thanks and have a nice day!

Have you made sure all
Have you made sure all references in your html file to dojo.js and your .css files are to your local directory and that there are no references at all to aol?
Thanks, I solved it the
Thanks, I solved it
the problem was I was using dojo.xs.js insted dojo.js