clear the popup

This commit is contained in:
Kerrick Long
2011-07-15 00:45:00 -05:00
parent 0c7bced47c
commit 2f3442be4a
+1
View File
@@ -150,6 +150,7 @@ BrowserAction.prototype.setBadgeDefaults = function (tabId) {
chrome.browserAction.setBadgeText({'text': '?', 'tabId': tabId});
chrome.browserAction.setTitle({'title': 'Refresh the page to load data.', 'tabId': tabId});
chrome.browserAction.setBadgeBackgroundColor({'color': [192, 192, 192, 255], 'tabId': tabId});
chrome.browserAction.setPopup({popup: '', tabId: tabId});
return true;
};