v1.5.28 - #561 fixed

This commit is contained in:
Azgaar 2021-02-14 16:57:19 +03:00
parent 71ca7a1166
commit 50c5b7239c

View file

@ -126,6 +126,7 @@ function editNotes(id, name) {
notes.splice(index, 1);
select.options.length = 0;
if (!notes.length) {$("#notesEditor").dialog("close"); return;}
notesText.innerHTML = "";
editNotes(notes[0].id, notes[0].name);
}