aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/chrome/js/platform-background.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/js/chrome/js/platform-background.js b/src/js/chrome/js/platform-background.js
index e736a60..4e7024d 100644
--- a/src/js/chrome/js/platform-background.js
+++ b/src/js/chrome/js/platform-background.js
@@ -131,13 +131,6 @@ fiveui.chrome.background = function() {
background.connect(tabId, port, url, chPort.name == 'ui');
});
-
- chrome.tabs.onCreated.addListener(function(tab) {
- if (tab.url) {
- background.pageLoad(tab.id, tab.url);
- }
- });
-
// check page load events against the generic background
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
if (changeInfo.status == 'complete') {