mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.28 - #561 fixed
This commit is contained in:
parent
71ca7a1166
commit
50c5b7239c
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ function editNotes(id, name) {
|
||||||
notes.splice(index, 1);
|
notes.splice(index, 1);
|
||||||
select.options.length = 0;
|
select.options.length = 0;
|
||||||
if (!notes.length) {$("#notesEditor").dialog("close"); return;}
|
if (!notes.length) {$("#notesEditor").dialog("close"); return;}
|
||||||
|
notesText.innerHTML = "";
|
||||||
editNotes(notes[0].id, notes[0].name);
|
editNotes(notes[0].id, notes[0].name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue