version 0.4.7

This commit is contained in:
Ray Lothian 2021-05-02 09:06:20 -04:00
parent 00efe329a4
commit d529950a03
5 changed files with 8 additions and 7 deletions

View file

@ -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">

View file

@ -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') {