Changeset 1107
- Timestamp:
- 11/04/07 20:00:33 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/HatenaStarTrac.js
r1104 r1107 19 19 } 20 20 21 Hatena.Star.Entry.prototype.showStarsSuper = Hatena.Star.Entry.prototype.showStars; 22 Hatena.Star.Entry.prototype.showStars = function() { 23 if (this.showStarsAsync) 24 this.showStarsSuper(); 25 else 26 this.showStarsAsync = this.showStarsSuper; 27 }, 28 21 29 Hatena.Star.Entry.Progressive = function(list, itv, step) { 22 30 this.list = list; … … 54 62 pr.proc = function(e) { 55 63 e.addAddButton(); 56 e.addCommentButton(); 64 e.addCommentButton(); 65 if (e.showStarsAsync) 66 e.showStarsAsync(); 67 else 68 e.showStarsAsync = true; 57 69 } 58 70 pr.next();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)