summaryrefslogtreecommitdiff
path: root/chromium/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/background.html')
-rw-r--r--chromium/background.html1
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) {