Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
There are some scripts that you add to your site that run on page load. This doesn't happen when you navigate to a topic from another page.
What can I do to make those scripts work?
Can you share some examples of these scripts?
@julian Sure. This one for example:
https://www.anrdoezrs.net/am/1234567/include/allCj/generate/onLoad/impressions/page/am.js
@julian I think there's some front end hook that I would need to call here, is that right?
Yes, you'd need $(window).on('action:ajaxify.end', ...)
$(window).on('action:ajaxify.end', ...)