Hi
When retrieving views data via ajax the ajax_view.js code calls attachBehaviors(). As a result the disqus behaviors is re-run so the disqus ajax call is re-run and the block gets output again. It seems like this should probably be done differently- maybe just a jQuery(document).ready function, or otherwise adding a flag to prevent this from being re-run.

Comments

phayes’s picture

No, this should be using the jQuery once() function