I'm getting Uncaught ReferenceError: QarrPlugin is not defined when loading a page that doesn't have QARR loaded through {{ craft.qarr.display(model) }}, meaning trying to reinitialize QARR fails when navigating to a new page that has it, as the javascript for QARR isn't in the DOM. If I start on a page where it is included, then it works fine across the various pages.
I'm getting
Uncaught ReferenceError: QarrPlugin is not defined
when loading a page that doesn't have QARR loaded through{{ craft.qarr.display(model) }}
, meaning trying to reinitialize QARR fails when navigating to a new page that has it, as the javascript for QARR isn't in the DOM. If I start on a page where it is included, then it works fine across the various pages.