mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
more robust theme selector
This commit is contained in:
@@ -104,7 +104,6 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||
case "currentTab":
|
||||
chrome.tabs.query({ active: true, currentWindow: true }, function (tabs) {
|
||||
chrome.tabs.sendMessage(tabs[0].id, request, function (response) {
|
||||
// send response from current tab to popup
|
||||
sendResponse(response);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user