InfiniteScroll plugin (not)fixed
Infinite scroll does not work on some actions in dev-1.2 such as showstream.php
infinitescroll.js uses the a containing div with id='notices_primary' to do the magic, but that div is not created by showstream.php (and possibly others).
I have changed infinitescroll.js to use $('ol.notices') instead.
Still running into problems. :(
Cheers. Chris.