From 71d22179670254d38e4e59f7732b6e38ab04ae11 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 10 Dec 2010 11:37:15 -0500 Subject: [PATCH] Readd periodExecuter for mentions tab --- horde/js/twitterclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/js/twitterclient.js b/horde/js/twitterclient.js index 8ca0e1ff9..8e14ebbc4 100644 --- a/horde/js/twitterclient.js +++ b/horde/js/twitterclient.js @@ -259,7 +259,7 @@ var Horde_Twitter = Class.create({ this.oldestMention = response.responseJSON.o; } } - //new PeriodicalExecuter(function(pe) { this.getNewMentions(); pe.stop(); }.bind(this), this.opts.refreshrate ); + new PeriodicalExecuter(function(pe) { this.getNewEntries('mentions'); pe.stop(); }.bind(this), this.opts.refreshrate ); }, /** -- 2.11.0