| Index: background.js |
| =================================================================== |
| --- a/background.js |
| +++ b/background.js |
| @@ -117,8 +117,6 @@ |
| } |
| tab.browserAction.setIcon(iconFilename); |
| - tab.browserAction.setTitle(ext.i18n.getMessage("name")); |
| - |
| iconAnimation.registerTab(tab, iconFilename); |
| // Set context menu status according to whether current tab has whitelisted domain |