Just wanted to let everyone know that I had an issue with LeagueManager (v3.7) that I recently resolved, and thought I would share in case you are getting it too.
Browsers Impacted:
The issue was in Internet Explorer and Chrome, but not Firefox (and perhaps other browsers, but I did not research).
Issue:
After updating scores, the entire league detail page would be highlighted yellow, and would fade to almost an invisible opacity (i.e. you could barely see it). This is desired behavior for the “scores updated” message at the top of the page, but not the whole page.
Resolution:
I was able to successfully fix this by adding a missing “>” to a div. To do this, you need to edit lib/core.php (line 361) by adding a closing bracket to </div” at the end of the line.
Hope that helps save you some time!