comment line improved
This commit is contained in:
parent
a81b9daa54
commit
8f8c7e611d
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ function addCustomDiv(prompt_action,tabId,mailMessageId) {
|
||||||
var btn_ok = document.createElement('button');
|
var btn_ok = document.createElement('button');
|
||||||
btn_ok.id="mzta-btn_ok";
|
btn_ok.id="mzta-btn_ok";
|
||||||
btn_ok.classList.add('mzta-btn');
|
btn_ok.classList.add('mzta-btn');
|
||||||
//console.log('default: '+prompt_action)
|
//console.log('>>>>>>>>>>>>>>> default: '+prompt_action)
|
||||||
switch(String(prompt_action)){
|
switch(String(prompt_action)){
|
||||||
default:
|
default:
|
||||||
case "0": // close window
|
case "0": // close window
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue