Fix typo in pageAction checks
This commit is contained in:
parent
e8d76fea7f
commit
e57982ce70
|
@ -240,7 +240,6 @@ chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
|
|||
chrome.pageAction.show(tabId);
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -252,5 +251,4 @@ chrome.tabs.onActivated.addListener(function(activeInfo) {
|
|||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue