This commit is contained in:
Azgaar 2020-03-30 23:20:23 +03:00
parent 29117db1cf
commit 499f1a21a0

View file

@ -116,7 +116,10 @@ function editRegiment(selector) {
container.addEventListener("click", e => clickEmblem(e), false); container.addEventListener("click", e => clickEmblem(e), false);
alertMessage.appendChild(container); 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) { function showTip(e) {
if (e.target.tagName !== "SPAN") return; if (e.target.tagName !== "SPAN") return;