version 0.4.7
This commit is contained in:
parent
00efe329a4
commit
d529950a03
5 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
|
|
|
@ -323,7 +323,8 @@ document.addEventListener('click', ({target}) => {
|
|||
chrome.runtime.sendMessage({
|
||||
method: 'request-update',
|
||||
value,
|
||||
cookieStoreId: tab.cookieStoreId
|
||||
cookieStoreId: tab.cookieStoreId,
|
||||
windowId: tab.windowId
|
||||
});
|
||||
}
|
||||
else if (cmd === 'reset') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue