From a7d05756db6f6c534cf1361ccf16dd0c9eb0ee44 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg & Sarah Mei Date: Tue, 23 Aug 2011 23:00:55 -0700 Subject: [PATCH] Infinite scroll now provokes stream refresh --- public/javascripts/widgets/stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/widgets/stream.js b/public/javascripts/widgets/stream.js index 38e86d267..fdcf2ec22 100644 --- a/public/javascripts/widgets/stream.js +++ b/public/javascripts/widgets/stream.js @@ -13,7 +13,7 @@ }); }); - this.globalSubscribe("stream/reloaded", function() { + this.globalSubscribe("stream/reloaded stream/scrolled", function() { self.publish("widget/ready", self.stream); });