Re: Path questions

2007-07-11 Thread Jose Galvez
I've had this problem before, the issue is that the javascript is using a relative urls in the the URL to link to the to the icons. The only way I was able to fix the problem was to actually make the js into a template, then I used h.url_for(...) for all the relative links in the js file. I

Re: Path questions

2007-07-11 Thread Gabriel Gellner
Thank you for the tip . . . Looking through the javascript code I could change the global image dir to be an absolute path! A simple solution, that involved none of the code I sent out (whoops . . .). Thanks again for the quick response. Gabriel On Tue, Jul 10, 2007 at 11:31:11PM -0700, Jose