This commit is contained in:
Azgaar 2019-10-28 00:18:17 +03:00
parent a3fa5443d6
commit 5ffd30dee8
19 changed files with 686 additions and 412 deletions

View file

@ -19,6 +19,7 @@ function editCultures() {
title: "Cultures Editor", resizable: false, width: fitContent(), close: closeCulturesEditor,
position: {my: "right top", at: "right-10 top+10", of: "svg"}
});
body.focus();
// add listeners
document.getElementById("culturesEditorRefresh").addEventListener("click", refreshCulturesEditor);