I'm trying to add custom javascript to a tab in the CMS admin area
I can include the javascript easy enough by adding the following to the _config.php file
LeftAndMain::require_javascript('mysite/javascript/ContactPageAdmin.js');
However, the file loads in only once, when the CMS is first opened.
I need to run the script when the contact page is loaded in CMS.
And not just when it's loaded, but when it's saved, it needs to run again to refresh the content