Changeset 1188

Show
Ignore:
Timestamp:
11/06/07 17:26:02 (6 years ago)
Author:
gyuque
Message:

websites/coderepos.org/trac/share/js/HatenaStarProgressive.js

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/HatenaStarProgressive.js

    r1185 r1188  
    1919                        e.showButtonsSuper(); 
    2020                        e.showStarsAsync(); 
     21                        e.showCommentButtonAsync(); 
    2122                } 
    2223 
     
    2930 
    3031                // save original functions 
     32                p.showCommentButtonSuper = p.showCommentButton; 
    3133                p.showStarsSuper = p.showStars; 
    3234                p.showButtonsSuper = p.showButtons; 
     
    3537                        this.showStarsAsync(); 
    3638                }; 
    37  
    3839                p.showStarsAsync = function() { 
    3940                        this.showStarsAsync = p.showStarsSuper; 
    4041                }; 
     42 
     43                p.showCommentButton = function() { 
     44                        this.showCommentButtonAsync(); 
     45                }; 
     46                p.showCommentButtonAsync = function() { 
     47                        this.showCommentButtonAsync = p.showCommentButtonSuper; 
     48                }; 
     49 
    4150 
    4251                p.showButtons = function() {