formatting fixed
This commit is contained in:
parent
cac620e26f
commit
1a80ab7991
1 changed files with 94 additions and 94 deletions
|
|
@ -59,7 +59,7 @@ switch (message.command) {
|
||||||
return Promise.resolve(window.document.body.innerHTML);
|
return Promise.resolve(window.document.body.innerHTML);
|
||||||
|
|
||||||
case 'sendAlert':
|
case 'sendAlert':
|
||||||
console.log(">>>>>> message.curr_tab_type: " + JSON.stringify(message.curr_tab_type));
|
//console.log(">>>>>> message.curr_tab_type: " + JSON.stringify(message.curr_tab_type));
|
||||||
if(message.curr_tab_type == 'mail'){ // workaround for Thunderbird bug not showing the alert
|
if(message.curr_tab_type == 'mail'){ // workaround for Thunderbird bug not showing the alert
|
||||||
// Create dialog elements
|
// Create dialog elements
|
||||||
const dialog_sendAlert = window.document.createElement('dialog');
|
const dialog_sendAlert = window.document.createElement('dialog');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue