On 2/2/07, Johan Sundström <[EMAIL PROTECTED]> wrote: > The same applies to the parts of the code loaded dynamically from > there even when you run with a locally checked out working copy, > overriding most with ?bundle=false (why does it do that?).
After dinner I realized why myself -- I had not included SimileAjax and Timeline myself from local file: URLs, so they were fetched remotely every time. Including exhibit/src/ajax/api/simile-ajax-api.js and timeline/src/webapp/api/timeline-api.js before including exhibit (and not telling it to load the timeline view) helped; now it does not load any remote files until I publish. Hopefully this might help someone in a similar situation. -- / Johan Sundström, http://ecmanaut.blogspot.com/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
