AlerOnNoQuestion tiny refactor

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-03-23 09:30:26 +01:00
parent e048e9d0c3
commit 5dc37d3f02

View file

@ -1120,13 +1120,13 @@ function NLoad(resource, cwith) {
cwith(count, subjCount); cwith(count, subjCount);
} }
var AlertOnNoQuestion = () => { function AlertOnNoQuestion() {
try { try {
document.getElementById("HelperMenuButton").style.background = "yellow"; document.getElementById("HelperMenuButton").style.background = "yellow";
} catch (e) { } catch (e) {
Log("Unable to get helper menu button"); Log("Unable to get helper menu button");
} }
}; }
//: }}} //: }}}