removed User uicolor not supporting it in schedule and that was the only place it was used

This commit is contained in:
2021-10-06 22:24:29 +00:00
parent abf411f759
commit 6f2e39aba6
6 changed files with 18 additions and 18 deletions

View File

@@ -764,7 +764,7 @@ async function getUserOptions() {
timeZoneOverride: null,
currencyName: null,
hour12: true,
uiColor: "#000000",
//uiColor: "#000000",
emailAddress: null,
mapUrlTemplate: null
};
@@ -779,7 +779,7 @@ async function getUserOptions() {
l.hour12 = res.data.hour12;
}
l.uiColor = res.data.uiColor || "#000000";
// l.uiColor = res.data.uiColor || "#000000";
l.emailAddress = res.data.emailAddress || null;
l.mapUrlTemplate = res.data.mapUrlTemplate || null;