Changeset 1188
- Timestamp:
- 11/06/07 17:26:02 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/HatenaStarProgressive.js
r1185 r1188 19 19 e.showButtonsSuper(); 20 20 e.showStarsAsync(); 21 e.showCommentButtonAsync(); 21 22 } 22 23 … … 29 30 30 31 // save original functions 32 p.showCommentButtonSuper = p.showCommentButton; 31 33 p.showStarsSuper = p.showStars; 32 34 p.showButtonsSuper = p.showButtons; … … 35 37 this.showStarsAsync(); 36 38 }; 37 38 39 p.showStarsAsync = function() { 39 40 this.showStarsAsync = p.showStarsSuper; 40 41 }; 42 43 p.showCommentButton = function() { 44 this.showCommentButtonAsync(); 45 }; 46 p.showCommentButtonAsync = function() { 47 this.showCommentButtonAsync = p.showCommentButtonSuper; 48 }; 49 41 50 42 51 p.showButtons = function() {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)