File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ var hn = {
4545 } ,
4646
4747 replaceImages : function ( ) {
48- $ ( "img[src='http://ycombinator.com/images/ y18.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/icon.png" ) ) ;
49- $ ( "img[src='http://ycombinator.com/images/ grayarrow.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/arrow-up.png" ) ) . show ( ) ;
50- $ ( "img[src='http://ycombinator.com/images/ graydown.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/arrow-down.png" ) ) . show ( ) ;
48+ $ ( "img[src='y18.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/icon.png" ) ) ;
49+ $ ( "img[src='grayarrow.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/arrow-up.png" ) ) . show ( ) ;
50+ $ ( "img[src='graydown.gif']" ) . attr ( 'src' , chrome . extension . getURL ( "/images/arrow-down.png" ) ) . show ( ) ;
5151 } ,
5252
5353 createProfileBubble : function ( ) {
You can’t perform that action at this time.
0 commit comments