v1.5.09 - speak functionality

This commit is contained in:
Azgaar 2021-02-04 02:17:00 +03:00
parent f4d8b439b4
commit 378ed71702
12 changed files with 143 additions and 55 deletions

View file

@ -383,7 +383,7 @@ function editProvinces() {
document.getElementById("provinceNameEditorFull").value = p.fullName;
$("#provinceNameEditor").dialog({
resizable: false, title: "Change province name", width: "22em", buttons: {
resizable: false, title: "Change province name", buttons: {
Apply: function() {applyNameChange(p); $(this).dialog("close");},
Cancel: function() {$(this).dialog("close");}
}, position: {my: "center", at: "center", of: "svg"}