Prázdné okno editace komentáře klidně zavřít
This commit is contained in:
parent
4a35a63f31
commit
50936e2b50
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (formdiv.style.display !== 'none' && !confirm("Zavřít předchozí okénko přidávání korektury / editace komentáře?")) return 1;
|
if (formdiv.style.display !== 'none' && textarea.value !== "" && !confirm("Zavřít předchozí okénko přidávání korektury / editace komentáře?")) return 1;
|
||||||
|
|
||||||
//form.action = "#" + img_id;
|
//form.action = "#" + img_id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue