projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc867d
)
Readd periodExecuter for mentions tab
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 10 Dec 2010 16:37:15 +0000
(11:37 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 10 Dec 2010 16:37:15 +0000
(11:37 -0500)
horde/js/twitterclient.js
patch
|
blob
|
history
diff --git
a/horde/js/twitterclient.js
b/horde/js/twitterclient.js
index
8ca0e1f
..
8e14ebb
100644
(file)
--- 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 );
},
/**