formatting fixed

This commit is contained in:
mic 2024-10-17 20:55:07 +02:00
parent cac620e26f
commit 1a80ab7991

View file

@ -59,7 +59,7 @@ switch (message.command) {
return Promise.resolve(window.document.body.innerHTML);
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
// Create dialog elements
const dialog_sendAlert = window.document.createElement('dialog');