diff --git a/main.js b/main.js index e8516f4..3cd2424 100644 --- a/main.js +++ b/main.js @@ -1120,13 +1120,13 @@ function NLoad(resource, cwith) { cwith(count, subjCount); } -var AlertOnNoQuestion = () => { +function AlertOnNoQuestion() { try { document.getElementById("HelperMenuButton").style.background = "yellow"; } catch (e) { Log("Unable to get helper menu button"); } -}; +} //: }}}