Are you debugging with Firefox 4? This is not yet supported. It requires a change to the script loader to always use document.write for appending scripts. This prevents parallel script loading, and has the side effect of making debugging slower on other browsers as well.
In the meantime, please use a different browser for debugging. Regards, Andreas. On Apr 22, 2011 10:11 AM, "Dmitriy Tyugaev" <[email protected]> wrote: Hi, That worked. Thanks! But now I have another question. When I set the GEONODE_CLIENT_LOCATION entry in my local_settings.py to http://mydomain.com:8000/ I get a 20 identical errors in firebug: P.prototype is undefined F.prototype = P.prototype; Class.js (line 102) There is no network errors and all script files are successfully fetched by the browser. But the most interesting thing is that if I build the "geonode-client" with "ant zip" and use it in the working geonode there is no any errors. What's wrong? On Thu, Apr 21, 2011 at 5:26 PM, Andreas Hocevar <[email protected]> wrote: > > Hey, > > looks ...
