Przeglądaj źródła

fixed Ctrl-Shift-S issue

Gildas lormeau 12 lat temu
rodzic
commit
7e33d83617
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      WebContent/ui/scripts/bg/background.js

+ 1 - 1
WebContent/ui/scripts/bg/background.js

@@ -131,7 +131,7 @@
 				closeBanner : true
 			});
 		else
-			process(tabId, port.sender.tab.url, false, false);
+			process(sender.tab.id, sender.tab.url, false, false);
 	});
 	chrome.browserAction.onClicked.addListener(function(tab) {
 		process(tab.id, tab.url, false, false);