From 79584ffface24b6a951fb1d07e6fd22848cad5f8 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 14 Feb 2021 19:22:54 +0300 Subject: [PATCH] v1.5.31 - let Armoria know the origin --- modules/ui/emblems-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/emblems-editor.js b/modules/ui/emblems-editor.js index 6a8a945b..f6806449 100644 --- a/modules/ui/emblems-editor.js +++ b/modules/ui/emblems-editor.js @@ -180,7 +180,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}`; + const url = `http://azgaar.github.io/Armoria/?coa=${json}&from=FMG`; openURL(url); }