fixed
parent
34b5bcbdbd
commit
c0682bff33
|
@ -4,7 +4,6 @@
|
|||
* @date 2020/11/04 17:54:49
|
||||
*/
|
||||
|
||||
chrome.runtime.onInstalled.addListener(() => {
|
||||
chrome.action.onClicked.addListener(function (ctab) {
|
||||
var cid = ctab.id
|
||||
var tid = null
|
||||
|
@ -44,4 +43,3 @@ chrome.runtime.onInstalled.addListener(() => {
|
|||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue