This commit is contained in:
@@ -801,7 +801,8 @@ async function getUserOptions() {
|
||||
currencyName: null,
|
||||
hour12: true,
|
||||
uiColor: "#000000",
|
||||
emailAddress: null
|
||||
emailAddress: null,
|
||||
mapUrlTemplate: null
|
||||
};
|
||||
|
||||
//get language to use, try user set override first, if empty then browser set, if empty then default to en-us
|
||||
@@ -824,6 +825,8 @@ async function getUserOptions() {
|
||||
l.uiColor = res.data.uiColor || "#000000";
|
||||
l.emailAddress = res.data.emailAddress || null;
|
||||
|
||||
l.mapUrlTemplate = res.data.mapUrlTemplate || null;
|
||||
|
||||
window.$gz.store.commit("setUserOptions", l);
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user