Skip to content

Commit c6ce758

Browse files
author
Steve Gattuso
committed
Fixing retina graphics
1 parent 2efb623 commit c6ce758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/hn.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(){

0 commit comments

Comments
 (0)