diff options
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/background.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/background.html b/chromium/background.html index 7850bd2..ce0042e 100644 --- a/chromium/background.html +++ b/chromium/background.html @@ -4,7 +4,6 @@ sendResponse({}); }; - /* called on page load if viable */ chrome.extension.onRequest.addListener(onRequest); chrome.pageAction.onClicked.addListener(function(tab) { |