Changeset 37386
- Timestamp:
- 05/06/10 08:15:56 (3 years ago)
- Files:
-
- 1 modified
-
websites/twicli/plugins/favotter.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/plugins/favotter.js
r37235 r37386 1 1 var twFavPlugin = { 2 cnt: 9,3 2 fav_update: null, 4 3 favs: [], 5 update: function() { 6 if (this.cnt++ < 5) return; 7 this.cnt = 0; 4 updateFavs: function() { 8 5 this.fav_update = loadXDomainScript('http://twicli.neocat.jp/nr_favs.js?seq='+(seq++), this.fav_update); 6 setTimeout(this.updateFavs, 15*60*1000); 9 7 }, 10 8 newMessageElement: function(ele, tw) { … … 26 24 }; 27 25 registerPlugin(twFavPlugin); 26 twFavPlugin.updateFavs(); 28 27 29 28 function favEntries(favs) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)