This commit is contained in:
Azgaar 2020-04-02 19:44:30 +03:00
parent 3fe1c8d27e
commit b8514c3780
4 changed files with 36 additions and 14 deletions

View file

@ -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) {