- Annoyance
Original post:
On 6.10.0-rc2.
No clue why, but at some point the variable "timers" is being set to null. I tried clearing everything in Chrome and I tried incognito, but at some point "timers" is null.
A fix is quite easy. Instead of using "var", use "const". We know it's not supposed to be overwritten, so just set it to a constant.
File location: /usr/local/emhttp/webGui/include/DefaultPageLayout.php