Skip to content

Commit

Permalink
Merge pull request #51 from whuhacker/master
Browse files Browse the repository at this point in the history
Merry Xmas
  • Loading branch information
zhuzhuor committed Dec 3, 2012
2 parents f91a790 + 35ee809 commit bb7a0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ chrome.storage.onChanged.addListener(function(changes, area) {
if (typeof support_change.newValue !== 'undefined' && support_change.newValue === 'yes') {
chrome.browserAction.setIcon({path: 'chrome/icons/icon19heart.png'});
} else {
chrome.browserAction.setIcon({path: 'chrome/icons/icon19.png'});
chrome.browserAction.setIcon({path: 'chrome/icons/icon19xmas.png'});
}
}
});
Expand All @@ -208,7 +208,7 @@ document.addEventListener("DOMContentLoaded", function() {
chrome.browserAction.setIcon({path: 'chrome/icons/icon19heart.png'});
} else {
_gaq.push(['_trackEvent', 'Init Support', 'No']);
chrome.browserAction.setIcon({path: 'chrome/icons/icon19.png'});
chrome.browserAction.setIcon({path: 'chrome/icons/icon19xmas.png'});
}
});
});
Expand Down
Binary file added chrome/icons/icon19xmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"browser_action": {
"default_title": "Unblock Youku",
"default_icon": "chrome/icons/icon19.png",
"default_icon": "chrome/icons/icon19xmas.png",
"default_popup": "chrome/pages/popup.html"
},
"options_page": "chrome/pages/options.html",
Expand Down

0 comments on commit bb7a0af

Please sign in to comment.