Hi all, I am trying to change the src of an image (icon within a div) based on a change to a global variable. My mouse events at the div element level do change the variable, but despite a formula on the src attribute of the image that has an If/Then based upon the variable, the image never changes.
Clearly, I am doing this wrong.