mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.3.15a
This commit is contained in:
parent
29117db1cf
commit
499f1a21a0
1 changed files with 4 additions and 1 deletions
|
|
@ -116,7 +116,10 @@ function editRegiment(selector) {
|
|||
container.addEventListener("click", e => clickEmblem(e), false);
|
||||
alertMessage.appendChild(container);
|
||||
|
||||
$("#alert").dialog({resizable: false, width: fitContent(), title: "Select emblem"});
|
||||
$("#alert").dialog({
|
||||
resizable: false, width: fitContent(), title: "Select emblem",
|
||||
buttons: {Close: function() {$(this).dialog("close");}}
|
||||
});
|
||||
|
||||
function showTip(e) {
|
||||
if (e.target.tagName !== "SPAN") return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue