> Anybody know how to add javascript to particular project so that > javascript will only run for that project only.
I would edit the templates/site.html file to add a new link to the Javascript you want to load. > I think that this can be done through by setting "htdocs_location" parameter > in trac.ini. This option is useful if you want the static files (Javascript, CSS, images, ...) to be served with the web server, rather than to be served with Trac web engine. It's not directly related to adding files to a project. It's only useful to define which server process handles the requests from the web browser for static files. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
