We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1dbfe commit 08067f4Copy full SHA for 08067f4
options.js
@@ -96,7 +96,7 @@ function set_state_of_hide_clock_checkbox() {
96
try {
97
// console.log ("set_state_of_hide_checkbox: tab[0] = " + tab[0] +
98
// "; keys = " + Object.keys( tab[0] ) );
99
- const sended_message = chrome.tabs.sendMessage(
+ const sent_message = chrome.tabs.sendMessage(
100
tab[0].id,
101
{ visibility: "what" },
102
function ( response ) {
0 commit comments