How to change things on the RT site

I’m working on changing some things on the RT website. I’m trying to add a JavaScript to the screen that says “update ticket.” I don’t know which file on the server to change and how to apply the changes so that they show up on the website. Help with this would be great.

jameswbush

You can add JS files in your RT_SiteConfig.pm file via Set(@JSFiles, qw/test.js/); and then create the file local/static/js/test.js