mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.24
This commit is contained in:
parent
3fe1c8d27e
commit
b8514c3780
4 changed files with 36 additions and 14 deletions
|
|
@ -118,7 +118,10 @@ function editRegiment(selector) {
|
|||
|
||||
$("#alert").dialog({
|
||||
resizable: false, width: fitContent(), title: "Select emblem",
|
||||
buttons: {Close: function() {$(this).dialog("close");}}
|
||||
buttons: {
|
||||
Emojipedia: function() {openURL("https://emojipedia.org/");},
|
||||
Close: function() {$(this).dialog("close");}
|
||||
}
|
||||
});
|
||||
|
||||
function showTip(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue