From: Michael J. Rubinsky Date: Fri, 10 Dec 2010 16:37:15 +0000 (-0500) Subject: Readd periodExecuter for mentions tab X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=71d22179670254d38e4e59f7732b6e38ab04ae11;p=horde.git Readd periodExecuter for mentions tab --- 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 ); }, /**