From 83b4171cfcbce56ce3e0fccf155d5a0c00aa358d Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 7 Dec 2023 16:07:45 -0800 Subject: [PATCH] Fixed typos --- tampermonkey.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tampermonkey.js b/tampermonkey.js index e7378ad..c4bd96f 100644 --- a/tampermonkey.js +++ b/tampermonkey.js @@ -15,8 +15,9 @@ //Load our settings //localStorage.removeItem('alwayswin_settings'); - +const verboseLevel=0; console.log("Loading settings"); + var alwaysWinSettingsString = localStorage.getItem('alwayswin_settings'); //console.log(alwaysWinSettingsString); @@ -717,7 +718,7 @@ function injectOversight(countyId, action) { const settings_GeneralCapAppliesTo_None = (settingsGeneralCapAppliesTo == AppliesTo.None)//None of the const settings_GeneralCapAppliesTo_All = (settingsGeneralCapAppliesTo == AppliesTo.All)//All const settings_GeneralCapAppliesTo_Capped = (settingsGeneralCapAppliesTo == AppliesTo.Capped)//Capped Only - const settings_GeneralCapAppliesTo_Uncapped = (settingsGeneralCapAppliesTo == AppliesTo_Uncapped)//UnCapped Only + const settings_GeneralCapAppliesTo_Uncapped = (settingsGeneralCapAppliesTo == AppliesTo.Uncapped)//UnCapped Only const rowCapControlsShouldBeVisible = (action == Oversight.Win || action == Oversight.Tie); //TODO write logic to determine if the enable Bidcap checkbox and words should be visible const rowCapCheckboxShouldBeVisible = (action == Oversight.Win || action == Oversight.Tie); //TODO: write logic