@julian Resurrecting an old thread, it is still relevant though.
Since upgrading NodeBB from v1.4.5 to v1.12.1 my Piwik analytics code no longer works. It looks like @hmj had this same problem when he upgraded to v.1.6.0.
Does anyone have suggestions on what may have changed such that this doesn't seem to work any longer?
$(window).on('action:ajaxify.contentLoaded', function(ev, data) {
firePiwik(data);
});
Thank you.