v1.5.35 - fixed #569

This commit is contained in:
Azgaar 2021-02-15 23:12:13 +03:00
parent cd7b9549c0
commit 5ba7653ad9
5 changed files with 17 additions and 13 deletions

View file

@ -181,7 +181,7 @@ function editEmblem(type, id, el) {
function openInArmoria() {
const coa = el.coa && el.coa !== "custom" ? el.coa : {t1: "sable"};
const json = JSON.stringify(coa).replaceAll("#", "%23");
const url = `http://azgaar.github.io/Armoria/?coa=${json}&from=FMG`;
const url = `https://azgaar.github.io/Armoria/?coa=${json}&from=FMG`;
openURL(url);
}