Hi, I'm trying to develop an extension and I need to run a line of javascript every time a new page (discussion) is requested.
I tried adding a simple
<script>alert('page was refreshed');</script>
just before the </body> tag, with the addFootString method of ConfigureClientView. It actually shows up (and fires) in the HTML when a page is loaded, but it doesn't when a new page is requested (e.g. when one clicks on a discussion to read it).